(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
deleted15.C
// PR c++/101106
// { dg-do compile { target c++11 } }
// { dg-options "" }

int f();
int f() = delete;		// { dg-message "not first declaration" }