# [[[ PREPROCESSOR ]]]
# <<< PARSE_ERROR: 'ERROR ECOPAPL02' >>>
# <<< PARSE_ERROR: 'near "$bar my number_hashref"' >>>
# [[[ HEADER ]]]
use
RPerl;
use
strict;
use
warnings;
our
$VERSION
= 0.001_000;
# [[[ SUBROUTINES ]]]
sub
empty_sub {
{
my
void
$RETURN_TYPE
};
(
my
number
$foo
,
my
number_arrayref
$bar
my
number_hashref
$baz
) =
@ARG
;
return
1;
}
1;
# end of package