Files
c3c/test/test_suite/arrays/array_struct.c3t
2021-08-16 18:38:56 +02:00

13 lines
180 B
Plaintext

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