leo/tests/compiler/circuits/inline_fail.leo
2021-04-19 18:08:14 -07:00

7 lines
78 B
Plaintext

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