blob: 97bf23889a9be7fb0a27e9fe805efbdbeee4f039 [file] [log] [blame]
// Build don't link:
// Based on bug report by Thomas Kunert <kunert@physik.tu-dresden.de>
// Special g++ Options:
int foo();
const int (*bar)() = foo; // ERROR - adding const - XFAIL *-*-*