quakeforge/tools/qfcc/test/local.r
2010-08-05 02:36:51 +00:00

7 lines
75 B
R

void () foo =
{
local void () bar;
local float f = 0;
bar ();
f = 1;
}