Main.hx 99 B

12345
  1. class Main {
  2. static function main() {
  3. throw new haxe.macro.Expr.Error("hi", (macro _).pos);
  4. }
  5. }