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