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