blob: 06d2171d6d36a8f6c813dcc48aa3449e50d7014d [file] [log] [blame]
// PR c++/101106
// { dg-do compile { target c++11 } }
// { dg-options "" }
int f();
int f() = delete; // { dg-message "not first declaration" }