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