Files
c3c/test/test_suite/globals/global_extname.c3t
Christoffer Lerno 974cd0acc5 Rollback global.
2021-11-17 10:37:23 +01:00

7 lines
101 B
C

module foo;
int baz @extname("foobar") = 123;
// #expect: foo.ll
@foobar = global i32 123, align 4