]> git.wh0rd.org - ICEs.git/blame - 218508/test.m
add bfin ice
[ICEs.git] / 218508 / test.m
CommitLineData
45516216 1#import <objc/Object.h>
2@interface Test: Object { int i; }
3@end
4Test *global_var;
5@implementation Test
6+initialize {
7 global_var = [Test new];
8 return 0;
9}
10@end