Files
c3c/test/test_suite/arrays/array_struct.c3t
2021-05-11 14:58:21 +02:00

13 lines
172 B
Plaintext

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