summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.old-deja/g++.other/conv5.C
blob: 28c8e3b686d875486289e8f6c892acdf29ae4b38 (plain)
1
2
3
4
5
6
7
8
// 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
OpenPOWER on IntegriCloud