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