xref: /original-bsd/old/dbx/tests/cc/out/out.vax/call.out (revision c8876cb1)
1reading symbolic information ...
2starting
3printf returns successfully
4[2] stop at 15
5[2] stopped in main at line 15
6   15       p1();
7in p1
8
9p1 returns successfully
10in p2(3)
11
12p2 returns successfully
13in p3(blah)
14
15p3 returns successfully
16main_local = 19
17printf returns successfully
1819
19call call
20         ^ syntax error
21"call" not call-able
22too many parameters in call to p1
23type mismatch for from_main in call to p2
24[8] stop in p3
25[8] stopped in p3 at line 36
26   36       printf("in p3(%s)\n", s);
27in p3(blah)
28
29p3 returns successfully
30main(argc = 1, argv = 0x7fffebe8, 0x7fffebf0), line 15 in "call.c"
31
32