leo/compiler/tests/circuits/inline_undefined.leo

3 lines
39 B
Plaintext
Raw Normal View History

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