Files
c3c/test/test_suite/globals/global_extname.c3t
Christoffer Lerno 8b605d9183 $embed.
2023-07-09 01:18:01 +02:00

8 lines
141 B
Plaintext

// #target: macos-x64
module foo;
int baz @extern("foobar") = 123;
/* #expect: foo.ll
@foobar = local_unnamed_addr global i32 123, align 4