Foo.macro.hx 98 B

12345
  1. class Foo {
  2. public static macro function test() {
  3. return macro trace("Hello from macro");
  4. }
  5. }