line number tests for while

This commit is contained in:
Bill Currie 2001-07-15 01:49:24 +00:00
parent 155b46b8c8
commit 9fa7ecd14d
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ void () blarg =
} while (foo);
if (bar = foo);
foo = 2;
while (foo) {
bar = foo;
}
};
void () eek =