Files
c3c/test/test_suite/arrays/array_struct.c3t
2021-11-16 17:46:44 +01:00

13 lines
187 B
C

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