rlox/interpreter/tests/lox/variable/unreached_undefined.lox

5 lines
65 B
Lox
Raw Normal View History

2024-09-01 19:15:55 +02:00
if (false) {
print notDefined;
}
2024-09-01 20:47:52 +02:00
print "ok"; // expect: error