Consolidate x86 debug register code for BSD native targets.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / int-type.c
CommitLineData
c906108c
SS
1
2int x;
3int y;
4int z;
5int w;
6
7
8
9int main ()
10{
11
c906108c
SS
12 x = 14;
13 y = 3;
14 z = 2;
15 w = 2;
16
17 return 0;
18
19}
20
This page took 1.823115 seconds and 4 git commands to generate.