mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
11 lines
64 B
R
11 lines
64 B
R
|
@interface foo
|
||
|
{
|
||
|
id isa;
|
||
|
}
|
||
|
@end
|
||
|
|
||
|
void bar ()
|
||
|
{
|
||
|
foo foos[1];
|
||
|
}
|