leo/compiler/tests/macros/print_parameter_fail_unknown.leo

3 lines
40 B
Plaintext
Raw Normal View History

2020-07-10 05:33:10 +03:00
function main() {
print!("{}", a);
}