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