blob: 71e97f72b7b901ce30bc954482246d57ce275d78 [file] [log] [blame]
// PR c++/65054
const char *
foo (void)
{
return ((char *const) "abc" + 1);
}