summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/flymake-resources/test.pl
blob: 6f4f1ccef50fd8b6cd7cb73e29facf3bf30e83ff (plain)
1
2
3
4
@arr = [1,2,3,4];
unknown;
my $b = @arr[1];
[