0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-06 01:11:38 +00:00
quakeforge/tools/qfcc/test/class-end.r

24 lines
172 B
R
Raw Normal View History

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