Files
c3c/test/test_suite/struct/simple_struct.c3t
2021-05-30 16:30:16 +02:00

14 lines
176 B
C

module test;
private Foo a;
struct Foo
{
int x;
double a;
}
// #expect: test.ll
%Foo = type { i32, double }
@test.a = protected global %Foo zeroinitializer, align 8