mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 17:01:22 +00:00
0de9b02726
They're still static instances.
10 lines
64 B
R
10 lines
64 B
R
@interface foo
|
|
{
|
|
id isa;
|
|
}
|
|
@end
|
|
|
|
void bar ()
|
|
{
|
|
foo foos[1];
|
|
}
|