Loading...
testing/kernel-cache-tests/implicit-dependencies/foo.c dyld-1042.1 /dev/null
--- dyld/dyld-1042.1/testing/kernel-cache-tests/implicit-dependencies/foo.c
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-#include "../kmod.h"
-
-__attribute__((visibility(("hidden"))))
-int startKext() {
-	return 0;
-}
-
-__attribute__((visibility(("hidden"))))
-int endKext() {
-	return 0;
-}
-
-KMOD_EXPLICIT_DECL(com.apple.foo, "1.0.0", (void*)startKext, (void*)endKext)
-
-int foo() {
-	return 0;
-}