Files
c3c/test/test_suite/struct/simple_struct.c3t
2022-07-20 12:22:03 +02: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