Main.js.hx 56 B

12345
  1. function main() {
  2. foo();
  3. }
  4. macro function foo():Expr;