aboutsummaryrefslogtreecommitdiffstats
path: root/test/getline.good
diff options
context:
space:
mode:
Diffstat (limited to 'test/getline.good')
-rw-r--r--test/getline.good2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/getline.good b/test/getline.good
new file mode 100644
index 00000000..9b7f2b90
--- /dev/null
+++ b/test/getline.good
@@ -0,0 +1,2 @@
+BEGIN { while( getline > 0) { print } }
+BEGIN { while( getline > 0) { print } }