emacs/test/lisp/progmodes/flymake-resources/test.pl

5 lines
46 B
Raku

@arr = [1,2,3,4];
unknown;
my $b = @arr[1];
[