]> git.saurik.com Git - apple/dyld.git/blobdiff - testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/foo2.cpp
dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / auxkc-pageablekc-vtable-patching-namespaces-locals / foo2.cpp
diff --git a/testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/foo2.cpp b/testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/foo2.cpp
new file mode 100644 (file)
index 0000000..e41096f
--- /dev/null
@@ -0,0 +1,14 @@
+
+#include "foo2.h"
+
+using namespace X;
+
+OSDefineMetaClassAndStructors( Foo2, Foo1 )
+
+int Foo2::foo() {
+       return 0;
+}
+
+int Foo2::foo1Used0() {
+       return 0;
+}