Compiler Design 2023
Testcase c3 of Assignment 3:
/* 3 global variables: */
int
i
;
bool
b
=
true
;
float
pi
=
3
.
1415
;