leo/compiler/tests/macros/print_parameter_fail_unknown.leo
2020-07-09 19:33:10 -07:00

3 lines
40 B
Plaintext

function main() {
print!("{}", a);
}