summaryrefslogtreecommitdiff
path: root/t/run/switchF.t
diff options
context:
space:
mode:
Diffstat (limited to 't/run/switchF.t')
-rw-r--r--t/run/switchF.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/run/switchF.t b/t/run/switchF.t
new file mode 100644
index 0000000000..a6e9031d0c
--- /dev/null
+++ b/t/run/switchF.t
@@ -0,0 +1,11 @@
+#!./perl -anFx+
+
+BEGIN {
+ print "1..2\n";
+ *ARGV = *DATA;
+}
+print "@F";
+
+__DATA__
+okx1
+okxxx2