rlox/interpreter/tests/lox/function/empty_body.lox
2024-09-01 19:15:55 +02:00

2 lines
37 B
Lox

fun f() {}
print f(); // expect: nil