repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
analyzer
/
pr97489.C
blob
9322e72f5c4eb9dfcb1b8f9709e4caa2623fbca3
1
struct X {
2
virtual ~X() {}
3
virtual void key_function();
4
};
5
6
void X::key_function() {}