mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
49ca09a64f
I don't remember what half these tests were for :/
7 lines
75 B
R
7 lines
75 B
R
void () foo =
|
|
{
|
|
local void () bar;
|
|
local float f = 0;
|
|
bar ();
|
|
f = 1;
|
|
}
|