Files
c3c/test/test_suite/arrays/array_struct.c3t
Christoffer Lerno 974cd0acc5 Rollback global.
2021-11-17 10:37:23 +01:00

13 lines
180 B
C

// #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