]> git.saurik.com Git - apple/objc4.git/blobdiff - test/cacheflush.h
objc4-756.2.tar.gz
[apple/objc4.git] / test / cacheflush.h
diff --git a/test/cacheflush.h b/test/cacheflush.h
new file mode 100644 (file)
index 0000000..5553dbb
--- /dev/null
@@ -0,0 +1,7 @@
+#include <objc/objc.h>
+#include "test.h"
+
+@interface TestRoot(cat)
++(int)classMethod;
+-(int)instanceMethod;
+@end