aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile8.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile8.awk')
-rw-r--r--test/profile8.awk13
1 files changed, 4 insertions, 9 deletions
diff --git a/test/profile8.awk b/test/profile8.awk
index 16252cea..68d0622e 100644
--- a/test/profile8.awk
+++ b/test/profile8.awk
@@ -1,9 +1,4 @@
-# Some
-# header
-# comments
-
-# Add up
-{ sum += $1 }
-
-# Print sum
-END { print sum }
+{if(0){}else{}}
+{while(0){}}
+{do{}while(0)}
+{for(;;){}}