package Macro;

use strict; use warnings;

# NOT DONE!

sub new {
	my ($pkg, $name, $n_args) = @_;
}

1
