circuit Foo { x: u32; } function main() { const a = Foo { y: 0u32 }; }