Files
c3c/test/test_suite/struct/simple_struct.c3t
Christoffer Lerno 974cd0acc5 Rollback global.
2021-11-17 10:37:23 +01: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