Files
c3c/test/test_suite/arrays/array_struct.c3t
Christoffer Lerno 460c0d04d7 Generic modules.
2021-05-12 17:25:59 +02:00

13 lines
177 B
Plaintext

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