Files
c3c/test/test_suite/struct/simple_struct.c3t
2022-01-10 13:58:15 +01:00

14 lines
189 B
C

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