]> git.saurik.com Git - apple/objc4.git/blobdiff - test/cacheflush2.m
objc4-437.tar.gz
[apple/objc4.git] / test / cacheflush2.m
diff --git a/test/cacheflush2.m b/test/cacheflush2.m
new file mode 100644 (file)
index 0000000..439c178
--- /dev/null
@@ -0,0 +1,6 @@
+#include "cacheflush.h"
+
+@implementation Super (Category2)
++(int)classMethod { return 2; }
+-(int)instanceMethod { return 2; }
+@end