xref
: /
dports
/
lang
/
gcc9-aux
/
gcc-9.1.0
/
gcc
/
testsuite
/
g++.dg
/
tree-prof
/
reorder_class1.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
A
{
2
virtual
int
foo
();
3
};
4
foo()
5
int
A
::
foo
()
6
{
7
return
1
;
8
}
9
10
11
12