1*44189Sbosticreading symbolic information ...
2*44189Sbosticstruct {
3*44189Sbostic    int first;
4*44189Sbostic    int second;
5*44189Sbostic    int a : 8;
6*44189Sbostic    int b : 8;
7*44189Sbostic    int c;
8*44189Sbostic} x;
9*44189Sbosticint a : 8;
10*44189Sbostic[1] stop at 31
11*44189Sbostic[1] stopped in main at line 31
12*44189Sbostic   31       printf("done\n");
13*44189Sbostic(cost = 0, type = 0, dirToCenter = 0, pad = 0, pin = 0, traceback = 0, traceforward = 0, expanded = 0, underDir = 0, underOffset = 0, start = 0, target = 0, owner = 63, segment = 1, intrinsicCost = 1)
14*44189Sbostic63 1 1
15*44189Sbostic[3] stop at 50
16*44189Sbostic[3] stopped in oldmain at line 50
17*44189Sbostic   50   }
18*44189Sbostic(first = 0, second = 0, a = 2, b = 10, c = 1)
19*44189Sbostic2
20*44189Sbostic10
21*44189Sbostic1
22*44189Sbostic
23