Files
c3c/test/test_suite/arrays/array_struct.c3t
2022-07-20 12:22:03 +02:00

13 lines
192 B
C

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