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