blob: 92512c3707cfbf34fb8213a89a703be0bcd85b68 [file]
int main()
{
int i;
i = 5;
i = 2;
i = 3;
return 0;
}