quakeforge/tools/qfcc/test/old/local.r
Bill Currie 49ca09a64f Clean up qfcc's test directory.
I don't remember what half these tests were for :/
2012-11-22 21:58:52 +09:00

7 lines
75 B
R

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