]> git.saurik.com Git - apple/objc4.git/blob - test/future0.m
objc4-437.tar.gz
[apple/objc4.git] / test / future0.m
1 #include "future.h"
2
3 @implementation Super
4 +class { return self; }
5 +(void)initialize { }
6 @end
7