Files
c3c/test/test_suite/struct/simple_struct.c3t

14 lines
182 B
Plaintext

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