aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile9.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile9.ok')
-rw-r--r--test/profile9.ok14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/profile9.ok b/test/profile9.ok
new file mode 100644
index 00000000..34f7a96b
--- /dev/null
+++ b/test/profile9.ok
@@ -0,0 +1,14 @@
+# Some
+# header
+# comments
+
+# Add up
+{
+ sum += $1
+}
+
+# Print sum
+END {
+ print sum
+}
+