binutils-gdb/gdb/testsuite/gdb.base/int-type.c

21 lines
118 B
C

int x;
int y;
int z;
int w;
int main ()
{
x = 14;
y = 3;
z = 2;
w = 2;
return 0;
}