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