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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
ctor9.C
blob
8b2cbf7a643d415bbd944c267924952cb2b418c2
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" } */
7
};