leo/compiler/tests/circuits/inline_undefined.leo

3 lines
40 B
Plaintext
Raw Normal View History

function main() {
2020-07-17 22:59:18 +03:00
let c = Foo { };
}