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
/
asan
/
pr55617.C
blob
02f0daea1ea19ae5afdd10b37d37caa1335f549f
1
// { dg-do run }
2
3
struct c18 {
4
virtual void bar() { }
5
};
6
c18 ret;
7
int main () {
8
}