1*44214Sbosticreading symbolic information ...
2*44214Sbostic[1] stop in main
3*44214Sbostic[1] stopped in main at line 16
4*44214Sbostic   16       y = 3.0;
5*44214Sbosticstopped in main at line 16
6*44214Sbostic   16       y = 3.0;
7*44214Sbosticstopped in main at line 17
8*44214Sbostic   17       x = f(y);
9*44214Sbostic3.0
10*44214Sbostic5.0
11*44214Sbostic10.5
12*44214Sbostic[3] stop in f
13*44214Sbostic[3] stopped in f at line 8
14*44214Sbostic    8       return 3.14*x;
15*44214Sbosticf(x = 3.0), line 8 in "float.c"
16*44214Sbosticmain(0x1, 0x7fffebe8, 0x7fffebf0), line 17 in "float.c"
17*44214Sbostic
18*44214Sbosticexecution completed
19*44214Sbostic
20