circuit Foo { x: u32 } function main() -> Foo { return Foo { x: 1u32 } }