mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
more tests
This commit is contained in:
parent
774a1fe6cd
commit
b285ab003d
1 changed files with 11 additions and 0 deletions
|
@ -40,3 +40,14 @@ void (float x) test =
|
|||
print ("owie");
|
||||
}
|
||||
};
|
||||
|
||||
void () blarg =
|
||||
{
|
||||
local float foo = -1;
|
||||
local float bar;
|
||||
do {
|
||||
foo = 1;
|
||||
} while (foo);
|
||||
if (bar = foo);
|
||||
foo = 2;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue