blob: ccf32d7865b370be410d345c16b22af3c794b9a8 [file] [log] [blame]
int x;
int y;
int z;
int w;
int main ()
{
x = 14;
y = 3;
z = 2;
w = 2;
return 0;
}