Diff of /test/stmt-while.test.expected [000000] .. [501682]  Maximize  Restore

Switch to unified view

a b/test/stmt-while.test.expected
1
FUNCTION func:BOOL;
2
WHILE x < 10 DO
3
x := x / 2;
4
5
END_WHILE