leo/tests/compiler/circuits/self_fail.leo
2021-05-05 11:37:51 +03:00

8 lines
81 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
function main() {
Self::main();
}