found a test file lurking around

This commit is contained in:
Bill Currie 2010-08-05 02:36:51 +00:00 committed by Jeff Teunissen
parent 970dd0b872
commit 17d84613a9

7
tools/qfcc/test/local.r Normal file
View file

@ -0,0 +1,7 @@
void () foo =
{
local void () bar;
local float f = 0;
bar ();
f = 1;
}