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