leo/compiler/tests/macros/error.leo
2020-07-09 19:23:15 -07:00

3 lines
46 B
Plaintext

function main() {
error!("hello error");
}