repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gdb6
/
gdb
/
testsuite
/
gdb.hp
/
gdb.objdbg
/
objdbg01
/
x1.cc
blob
0de3153d9cc3acc300ea4a773abe51dd1c751f6f
1
#include <stdio.h>
2
#include
"x3.h"
3
4
extern
void
foo
();
5
6
extern
int
acomm
;
7
8
int
main3
()
9
{
10
return
1
;
11
}
12
13
int
main2
()
14
{
15
return
0
;
16
}
17
18
int
main
()
19
{
20
acomm
=
1
;
21
(
new
Info
<
PP
>)->
p
(
new
PP
);
22
foo
();
23
24
return
0
;
25
}