Files
c3c/test/test_suite/arrays/array_struct.c3t

13 lines
180 B
Plaintext

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