leo/disabled_tests/compiler/circuits/inline_undefined.leo

9 lines
87 B
Plaintext

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