summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/bind/undeclared-variable.tig
blob: 9dfa905c15dade963d4467a1c94a8b99ab25d684 (plain)
1
2
3
4
5
/* public. */

/* error : undeclared variable i */

while 10 > 5 do (i+1; ())