leo/compiler/tests/macros/error.leo

3 lines
46 B
Plaintext
Raw Normal View History

2020-07-10 05:23:15 +03:00
function main() {
error!("hello error");
}