more tests

This commit is contained in:
Bill Currie 2001-06-27 21:15:15 +00:00
parent 774a1fe6cd
commit b285ab003d
1 changed files with 11 additions and 0 deletions

View File

@ -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;
};