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

Commit 9d74a1e

Browse files
committed
Merge pull request #62 from wheals/23032
23032
2 parents ddd2edb + b9a97f0 commit 9d74a1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/23032.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
static BAR: u32 = *&FOO;
2+
static FOO: u32 = 0;
3+
4+
fn main() {}

0 commit comments

Comments
 (0)