projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix internal error caused by conflicting default version definitions.
[external/binutils.git]
/
gold
/
testsuite
/
odr_header2.h
1
struct OdrBase {
2
virtual ~OdrBase() {
3
}
4
};