quakeforge/tools/qfcc/test/old/class-end.r

24 lines
172 B
R

@interface foo
-init;
@end
@implementation foo
-init
{
return self;
}
@protocol baz
-blah;
@end
@interface bar
-init;
@end
@implementation bar
-init
{
return self;
}