Diff of /test/stmt-for.c [000000] .. [c307d5]  Maximize  Restore

Switch to side-by-side view

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