circuit Circ { x: u32 } function main() { let c = Circ { y: 0u32 }; }