--- a
+++ b/test/stmt-for.c
@@ -0,0 +1,8 @@
+
+void func()
+{
+	for (i=0; i < 5; i++)
+	{
+		x = x / 2;
+	}
+}