diff --git a/kotlin-native/backend.native/tests/interop/objc/kt49034/struct/impl.c b/kotlin-native/backend.native/tests/interop/objc/kt49034/struct/impl.c deleted file mode 100644 index 483ce46e494..00000000000 --- a/kotlin-native/backend.native/tests/interop/objc/kt49034/struct/impl.c +++ /dev/null @@ -1,11 +0,0 @@ -#include "kt49034.h" - -struct JSContext { - int field; -}; - -struct JSContext global = { 15 }; - -extern "C" struct JSContext* bar() { - return &global; -} \ No newline at end of file diff --git a/kotlin-native/backend.native/tests/interop/objc/kt49034/struct/kt49034.def b/kotlin-native/backend.native/tests/interop/objc/kt49034/struct/kt49034.def deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/kotlin-native/backend.native/tests/interop/objc/kt49034/struct/kt49034.h b/kotlin-native/backend.native/tests/interop/objc/kt49034/struct/kt49034.h deleted file mode 100644 index a14ccf4e6e7..00000000000 --- a/kotlin-native/backend.native/tests/interop/objc/kt49034/struct/kt49034.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifdef __cplusplus -extern "C" { -#endif - -struct JSContext; - -struct JSContext* bar(); - -#ifdef __cplusplus -} -#endif \ No newline at end of file