dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / kext-vtable-patching-arm64e / bar.h
1
2 #include "foo.h"
3
4 class Bar : public Foo
5 {
6 OSDeclareDefaultStructors( Bar )
7
8 public:
9 virtual int foo();
10 };