leo/compiler/tests/circuits/inline_fail.leo

7 lines
74 B
Plaintext
Raw Normal View History

2020-05-20 07:59:00 +03:00
circuit Circ {
x: u32
}
function main() {
let c = Circ { y: 0u32 };
}