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