Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 259866e

Browse files
committed
Merge pull request #149 from bltavares/30276
30276
2 parents 5eca329 + ba042cc commit 259866e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/30276.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
struct Test([i32]);
2+
fn main() {
3+
let x = Test;
4+
}

0 commit comments

Comments
 (0)