leo/asg/tests/fail/circuits/inline_fail.leo

7 lines
76 B
Plaintext
Raw Normal View History

2021-01-25 18:17:42 +03:00
circuit Foo {
x: u32
}
function main() {
let a = Foo { y: 0u32 };
}