# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125615] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125615 >
Code:
macro FOO { 'say 1' }; FOO;
Result:
===SORRY!===
Too few positionals passed; expected 3 arguments but got 2
It should say that it is not implemented. Alternatively, you can implement
it...
