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