mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
line number tests for while
This commit is contained in:
parent
155b46b8c8
commit
9fa7ecd14d
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ void () blarg =
|
|||
} while (foo);
|
||||
if (bar = foo);
|
||||
foo = 2;
|
||||
while (foo) {
|
||||
bar = foo;
|
||||
}
|
||||
};
|
||||
|
||||
void () eek =
|
||||
|
|
Loading…
Reference in a new issue