/* namespace: Compile expectation: Fail input_file: input/dummy.in */ program test.aleo { struct Bar { b2: u32 } function main(y: bool) -> bool { const Bar: u32 = 66u32; const k1: Bar = Bar { b2: 30u32 }; return y == true; } }