leo/asg/tests/pass/circuits/inline.leo

7 lines
79 B
Plaintext

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