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

2 lines
66 B
Lox

// [line 2] Error at 'var': Expect expression.
if (true) var foo;