@@ -1,6 +1,7 @@
package unit.issues;
class Issue8912 extends Test {
+#if !cppia // see https://github.com/HaxeFoundation/haxe/issues/8915
function test() {
function loop() {
while(true) {
@@ -18,4 +19,5 @@ class Issue8912 extends Test {
static function exit() {
throw 'exit';
}
+#end