repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* MAINTAINERS: Add a note that maintainership also includes web
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
ctor9.C
blob
6df2595e1440cbbc545749f46ff62035dac17923
1
/* PR c++/37647 */
2
/* { dg-do compile } */
3
4
struct A
5
{
6
A() { void A(); } /* { dg-error "return type specification for constructor invalid|non-class scope|local external" } */
7
};