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