mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +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");
|
print ("owie");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void () blarg =
|
||||||
|
{
|
||||||
|
local float foo = -1;
|
||||||
|
local float bar;
|
||||||
|
do {
|
||||||
|
foo = 1;
|
||||||
|
} while (foo);
|
||||||
|
if (bar = foo);
|
||||||
|
foo = 2;
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue