leo/compiler/tests/circuits/inline_undefined.leo
2020-06-07 20:45:19 -07:00

3 lines
39 B
Plaintext

function main() {
let c = Circ { };
}