git.wh0rd.org
/
ICEs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial import
[ICEs.git]
/
218508
/
test.mi.bak
1
@interface Object {
2
}
3
@end @interface Test: Object {
4
}
5
@end Test *global_var;
6
@implementation Test +initialize {
7
global_var = [Test new];