[gdb/testsuite] Reduce errors after gdb exit in default_gdb_start
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / int-type.c
1
2 int x;
3 int y;
4 int z;
5 int w;
6
7
8
9 int main ()
10 {
11
12 x = 14;
13 y = 3;
14 z = 2;
15 w = 2;
16
17 return 0;
18
19 }
20
This page took 0.030607 seconds and 4 git commands to generate.