mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
13 lines
180 B
Plaintext
13 lines
180 B
Plaintext
// #target: x64_darwin
|
|
module test;
|
|
|
|
struct Foo
|
|
{
|
|
int x, y;
|
|
}
|
|
|
|
Foo[10] array;
|
|
|
|
// #expect: array_struct.ll
|
|
|
|
@array = protected global [10 x %test.Foo] zeroinitializer, align 16 |