]> Git Repo - binutils.git/blob - gdb/testsuite/gdb.base/int-type.c
Update years in copyright notice for the GDB files.
[binutils.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.027179 seconds and 4 git commands to generate.