1*c1a7a0e8Sbosticreading symbolic information ...
2*c1a7a0e8Sbostic[1] stop in main
3*c1a7a0e8Sbostic[1] stopped in main at line 16
4*c1a7a0e8Sbostic   16       y = 3.0;
5*c1a7a0e8Sbosticstopped in main at line 16
6*c1a7a0e8Sbostic   16       y = 3.0;
7*c1a7a0e8Sbosticstopped in main at line 17
8*c1a7a0e8Sbostic   17       x = f(y);
9*c1a7a0e8Sbostic3.0
10*c1a7a0e8Sbostic5.0
11*c1a7a0e8Sbostic10.5
12*c1a7a0e8Sbostic[3] stop in f
13*c1a7a0e8Sbostic[3] stopped in f at line 8
14*c1a7a0e8Sbostic    8       return 3.14*x;
15*c1a7a0e8Sbosticf(x = 3.0), line 8 in "float.c"
16*c1a7a0e8Sbosticmain(0x1, 0xbfffe7e8, 0xbfffe7f0), line 17 in "float.c"
17*c1a7a0e8Sbostic
18*c1a7a0e8Sbosticexecution completed
19*c1a7a0e8Sbostic
20