Files
c3c/test/test_suite/arrays/array_struct.c3t
2023-04-28 19:11:57 +02:00

13 lines
193 B
C

// #target: macos-x64
module test;
struct Foo
{
int x, y;
}
Foo[10] array @private;
/* #expect: test.ll
@test.array = protected unnamed_addr global [10 x %Foo] zeroinitializer, align 16