DEBSOURCES
Skip Quicknav
sources / haxe / 1%3A4.1.5-1 / tests / misc / projects / Issue9389 / Main.hx
123456789
class Main { static function main() { f(123); } static macro function f(e) { throw new haxe.macro.Expr.Error("boop", e.pos); } }