]>
git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/dynamic_cast-basic/foo.h
11 class testsub
: public test
21 class testsubother
: public test
24 testsubother() : h(0) {}
30 extern test
* maketestsub();
32 extern bool istestsub(test
* t
);