leo/compiler/tests/circuits/inline_undefined.leo

3 lines
42 B
Plaintext

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