diff options
Diffstat (limited to 'test/lisp/progmodes/flymake-resources/test.pl')
-rw-r--r-- | test/lisp/progmodes/flymake-resources/test.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/progmodes/flymake-resources/test.pl b/test/lisp/progmodes/flymake-resources/test.pl new file mode 100644 index 00000000000..d5abcb47e7f --- /dev/null +++ b/test/lisp/progmodes/flymake-resources/test.pl @@ -0,0 +1,2 @@ +@arr = [1,2,3,4]; +my $b = @arr[1]; |