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