]> git.saurik.com Git - apple/objc4.git/blobdiff - test/cacheflush.h
objc4-437.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..50ccaad
--- /dev/null
@@ -0,0 +1,7 @@
+#include <objc/objc.h>
+
+@interface Super { id isa; } 
++class;
++(int)classMethod;
+-(int)instanceMethod;
+@end