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