@@ -0,0 +1,5 @@
+var stack = haxe.CallStack.callStack();
+Std.is(stack, Array) == true;
+
+var stack = haxe.CallStack.exceptionStack();