c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / deleted15.C
blob06d2171d6d36a8f6c813dcc48aa3449e50d7014d
1 // PR c++/101106
2 // { dg-do compile { target c++11 } }
3 // { dg-options "" }
5 int f();
6 int f() = delete;               // { dg-message "not first declaration" }