leo/compiler/tests/circuits/inline_fail.leo
2020-06-07 20:45:19 -07:00

7 lines
74 B
Plaintext

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