mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
found a test file lurking around
This commit is contained in:
parent
970dd0b872
commit
17d84613a9
1 changed files with 7 additions and 0 deletions
7
tools/qfcc/test/local.r
Normal file
7
tools/qfcc/test/local.r
Normal file
|
@ -0,0 +1,7 @@
|
|||
void () foo =
|
||||
{
|
||||
local void () bar;
|
||||
local float f = 0;
|
||||
bar ();
|
||||
f = 1;
|
||||
}
|
Loading…
Reference in a new issue