summaryrefslogtreecommitdiff
path: root/test/til.in
blob: 19b7bb1989716c76f225929c1f9460bfa951a407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

var a;
a := 1;

head:

a := a + 1;
c := d;

if a = 10 then
	goto head;
end

hi := there;