leo/compiler/tests/circuit/inline_fail.leo
2020-05-19 21:59:00 -07:00

7 lines
74 B
Plaintext

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