# New Ticket Created by Rob Hoelz # Please include the string: [perl #125099] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125099 >
Following this example:
macro f() {
'1 + 1'
}
say f();
from http://design.perl6.org/S06.html#line_3160 results in the following
compiler error:
Too few positionals passed; expected 3 arguments but got 2
