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