Files
c3c/test/test_suite/arrays/array_struct.c3t
Christoffer Lerno 97ac957cb7 "Public by default"
2021-05-30 16:30:16 +02:00

13 lines
179 B
Plaintext

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