OSDN Git Service

PR c++/55058
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / error34.C
1 // PR c++/46538
2 // { dg-do compile }
3 // { dg-options "" }
4
5 S () : str(__PRETTY_FUNCTION__) {}      // { dg-error "forbids declaration" "decl" }
6 // { dg-error "only constructors" "constructor" { target *-*-* } 5 }