Files
c3c/test/test_suite/struct/simple_struct.c3t
Christoffer Lerno 460c0d04d7 Generic modules.
2021-05-12 17:25:59 +02:00

14 lines
178 B
Plaintext

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