Compiler Design 2023
Testcase c31 of Assignment 3:
void
main
()
{
while
(
a
>=
b
)
{
int
i
;
y
=
y
+
i
-
2
;
}
}