ref: 1aea31215a1c95497aaa919b1d88296f59fd8f2c
dir: /cc1/tests/test045.c/
/*
name: TEST045
description: Basic test of initializers
error:
output:
G1 I "x (
#I5
)
G3 F "main
{
\
j L4 G1 #I5 =I
h #I1
L4
h #I0
}
*/
int x = 5;
int
main()
{
if(x != 5)
return 1;
return 0;
}