leo/compiler/tests/circuits/inline_undefined.leo
2020-07-30 11:11:54 -07:00

3 lines
40 B
Plaintext

function main() {
let a = Foo { };
}