leo/tests/compiler/circuits/inline_undefined.leo

9 lines
87 B
Plaintext
Raw Normal View History

2021-05-05 11:37:51 +03:00
/*
namespace: Compile
expectation: Fail
*/
function main() {
const a = Foo { };
2021-05-05 11:37:51 +03:00
}