Files
c3c/test/test_suite/struct/simple_struct.c3t
2023-04-28 19:11:57 +02:00

14 lines
190 B
C

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