xref
: /
dports
/
lang
/
gcc12-devel
/
gcc-12-20211205
/
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