aboutsummaryrefslogtreecommitdiff
path: root/testdir/p.39
diff options
context:
space:
mode:
Diffstat (limited to 'testdir/p.39')
-rw-r--r--testdir/p.396
1 files changed, 6 insertions, 0 deletions
diff --git a/testdir/p.39 b/testdir/p.39
new file mode 100644
index 000000000000..ea6bdbe8ffe8
--- /dev/null
+++ b/testdir/p.39
@@ -0,0 +1,6 @@
+{ i = 1
+ while (i <= NF) {
+ print $i
+ i++
+ }
+}