see https://github.com/HaxeFoundation/haxe/pull/12410#issuecomment-3569311310
@@ -10,8 +10,7 @@ final asyncCache = new Array<() -> Void>();
@:access(unit.Test)
#if js
-@:expose("unit.TestMain.main")
-@:keep
+@:expose("unit.TestMain.main") @:keep
#end
function main() {
@@ -69,7 +68,7 @@ function main() {
#if (!php && !lua)
new TestHttps(),
- #if !lua
+ #if (!lua && !interp)
new TestBigInt(),
#if !no_pattern_matching