0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-11 20:01:44 +00:00
quakeforge/tools/qfcc/test/old/local.r

8 lines
75 B
R
Raw Normal View History

2010-08-05 02:36:51 +00:00
void () foo =
{
local void () bar;
local float f = 0;
bar ();
f = 1;
}