mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
49ca09a64f
I don't remember what half these tests were for :/
9 lines
98 B
R
9 lines
98 B
R
void (integer x, integer y) foo =
|
|
{
|
|
if (x && y)
|
|
x += 2;
|
|
if (0)
|
|
x -= 1;
|
|
if (1)
|
|
x += 2;
|
|
};
|