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