//# publish module 0x1.M { struct S { b: bool } foo() { // bool does not have key let x: Self.S; label b0: return; } }