@@ -276,5 +276,15 @@ fprintf(stderr, "\n"); \ fflush(stderr); \ abort(); \ OF_UNREACHABLE \ } + +@interface DummyObject +{ + Class _Nonnull isa; +} + ++ (void)initialize; ++ (bool)resolveClassMethod: (nonnull SEL)selector; ++ (bool)resolveInstanceMethod: (nonnull SEL)selector; +@end