quakeforge/tools/qfcc/test/classarray.r
Bill Currie 0de9b02726 [qfcc] Catch declarations of arrays of class
They're still static instances.
2020-03-30 19:02:41 +09:00

10 lines
64 B
R

@interface foo
{
id isa;
}
@end
void bar ()
{
foo foos[1];
}