Main.hx 97 B

1234567
  1. import haxe.CallStack;
  2. class Main {
  3. static function main() {
  4. CallStack.exceptionStack();
  5. }
  6. }