X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/d3f1e533acc7f70659b8bde9b6c040974f05e03b..bc3b7c8cda49ed8598284a489c0bb9694c67c6a4:/testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/foo2.cpp?ds=inline 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 index 0000000..e41096f --- /dev/null +++ b/testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/foo2.cpp @@ -0,0 +1,14 @@ + +#include "foo2.h" + +using namespace X; + +OSDefineMetaClassAndStructors( Foo2, Foo1 ) + +int Foo2::foo() { + return 0; +} + +int Foo2::foo1Used0() { + return 0; +}