Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
deleted15.C
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" }