mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 21:50:05 +00:00
8 lines
75 B
R
8 lines
75 B
R
|
void () foo =
|
||
|
{
|
||
|
local void () bar;
|
||
|
local float f = 0;
|
||
|
bar ();
|
||
|
f = 1;
|
||
|
}
|