leo/tests/compiler/circuits/inline_undefined.leo
2021-05-05 11:37:51 +03:00

9 lines
87 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
function main() {
const a = Foo { };
}