leo/tests/compiler/circuits/inline_undefined.leo

9 lines
92 B
Plaintext
Raw Normal View History

2022-06-23 11:38:33 +03:00
/*
namespace: Compile
expectation: Fail
*/
function main() {
const a: Foo = Foo { };
}