re PR c++/67184 (Missed optimization with C++11 final specifier)
[official-gcc.git] / gcc / testsuite / g++.dg / other / error34.C
blobf6b44888f4802048eebad204897f1183becb5fa6
1 // PR c++/46538
2 // { dg-do compile }
3 // { dg-options "" }
5 S () : str(__PRETTY_FUNCTION__) { return S(); } // { dg-error "forbids declaration" "decl" }
6 // { dg-error "only constructors" "constructor" { target *-*-* } .-1 }