]> git.wh0rd.org Git - ICEs.git/blob - 218508/test.mi.ok
initial import
[ICEs.git] / 218508 / test.mi.ok
1  @interface Object {
2         }
3           @end @interface Test: Object {
4         }
5           @end Test *global_var;
6           @implementation Test +initialize {
7         global_var = [Test new];