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
/
torture
/
pr58201_0.C
blob
f8fa7173c113e70528e953e3a6dfb822925eaf50
1
#include "pr58201.h"
2
3
C::C2::C2(){ }
4
C::C2::~C2() { }
5
6
int main ()
7
{
8
return 0;
9
}