package foo @JsModule("lib") @JsNonModule external fun foo(y: Int): Int = noImpl fun box(): String { assertEquals(65, foo(42)) return "OK" }