summaryrefslogtreecommitdiff
path: root/test/automated/data/flymake/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test/automated/data/flymake/test.pl')
-rw-r--r--test/automated/data/flymake/test.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/automated/data/flymake/test.pl b/test/automated/data/flymake/test.pl
new file mode 100644
index 00000000000..d5abcb47e7f
--- /dev/null
+++ b/test/automated/data/flymake/test.pl
@@ -0,0 +1,2 @@
+@arr = [1,2,3,4];
+my $b = @arr[1];