leo/benchmark/simple.leo

7 lines
71 B
Plaintext

circuit Circ {
x: u32
}
function main() {
let c = Circ { x: 4 };
}