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

7 lines
79 B
Plaintext

circuit Foo {
x: u32;
}
function main() {
const a = Foo { y: 0u32 };
}