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