leo/tests/old/pass/circuits/inline_fail.leo
2021-04-12 13:15:39 -07:00

7 lines
78 B
Plaintext

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