Compiler Design 2023
Testcase c38 of Assignment 3:
// global array declarations:
int
i
[
10
],
j
,
k
[
3
]
=
{
1
,
2
,
3
};