Compiler Design 2023
Testcase c28 of Assignment 3:
void
main
()
{
for
(
j
=
1
;
j
<
100
;
j
=
j
+
1
)
{
y
=
y
+
3
;
}
}