leo/compiler/tests/circuits/inline_undefined.leo

3 lines
40 B
Plaintext
Raw Normal View History

function main() {
2020-07-30 21:11:54 +03:00
let a = Foo { };
}