leo/tests/compiler/circuits/self_fail.leo

8 lines
81 B
Plaintext
Raw Normal View History

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