aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile10.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile10.awk')
-rw-r--r--test/profile10.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/profile10.awk b/test/profile10.awk
index 3bb2947d..b78ae447 100644
--- a/test/profile10.awk
+++ b/test/profile10.awk
@@ -34,6 +34,9 @@ BEGIN { # Comment 0
print "foo"
} # Comment 25
+ if (2) {
+ print "bar"
+ }
# Comment 26
}
# Comment 27