leo/tests/compiler/function/undefined.leo

10 lines
84 B
Plaintext
Raw Normal View History

2021-05-05 18:29:44 +03:00
/*
namespace: Compile
expectation: Fail
*/
function main() {
2020-07-17 22:59:18 +03:00
my_function();
2021-05-05 18:29:44 +03:00
}