Files
c3c/test/test_suite/struct/simple_struct.c3t
2021-11-16 17:46:44 +01:00

14 lines
183 B
C

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