Compiler Design 2023
Testcase c19 of Assignment 3:
// assignments
void
main
()
{
a
=
1
;
b
=
false
;
c
=
2
*
a
;
}