leo/tests/compiler/circuits/inline_undefined.leo
2022-06-22 22:38:33 -10:00

9 lines
92 B
Plaintext

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