gdb-2.4+.aux.coff
[deliverable/binutils-gdb.git] / gdb / testbf.c
1 struct foo
2 {
3 int a : 5, : 4, b : 5;
4 char c;
5 int : 3, d : 8, : 0, e : 5;
6 };
7
8 struct foo x;
9
10 main ()
11 {
12 printf (x);
13 }
This page took 0.030048 seconds and 4 git commands to generate.