OpenGrok
Cross Reference: odr_header1.h
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
gold
/
testsuite
/
odr_header1.h
Home
|
History
|
Annotate
|
Download
|
only in
testsuite
1
#
include
"
odr_header2.h
"
2
3
struct
OdrDerived
:
OdrBase
{
4
~
OdrDerived
() {
5
}
6
};
7