more tests

This commit is contained in:
Bill Currie 2001-06-27 21:15:15 +00:00
parent 774a1fe6cd
commit b285ab003d

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