dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / auxkc-pageablekc-vtable-patching-namespaces / foo2.cpp
1
2 #include "foo2.h"
3
4 using namespace X;
5
6 OSDefineMetaClassAndStructors( Foo2, Foo1 )
7
8 int Foo2::foo() {
9 return 0;
10 }
11
12 int Foo2::foo1Used0() {
13 return 0;
14 }