1 2 3 4 5
// PR c++/14211 void f(char *str) { char *& m = const_cast<char *>(str); // { dg-error "" } }