xref
: /
dports
/
devel
/
avr-gcc
/
gcc-10.2.0
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081022_1.C
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
20081022.h
"
2
3
int
g(foo * a)
4
g
(
foo
*
a
)
5
{
6
return
a
->
bar
();
7
}
8