fixup! Workaround _Float16 issue
diff --git a/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/InteropTestsBase.kt b/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/InteropTestsBase.kt
index 3a87b09..c781c61 100644
--- a/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/InteropTestsBase.kt
+++ b/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/InteropTestsBase.kt
@@ -55,7 +55,8 @@
                 tool,
                 DefFile(defFile, tool.substitutions),
                 cinteropArguments,
-                imports
+                imports,
+                emptyList()
         )
     }