mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
13 lines
192 B
C
13 lines
192 B
C
// #target: macos-x64
|
|
module test;
|
|
|
|
struct Foo
|
|
{
|
|
int x, y;
|
|
}
|
|
|
|
Foo[10] array @private;
|
|
|
|
/* #expect: test.ll
|
|
|
|
@test.array = internal unnamed_addr global [10 x %Foo] zeroinitializer, align 16
|