leo/compiler/tests/macros/print_parameter_fail_empty.leo

3 lines
37 B
Plaintext
Raw Normal View History

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