FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / conversion3.C
blob0d66c1ecee1be29fd0b605458695e91806abdcaa
1 void qsort (void *, int, int, int (*)(const void *, const void *));
2 int f (char *, char *);
3 void g ()
5   typedef int (*pf)(void *, void *);
6   qsort(0, 0, 0, pf(f));        // ERROR - adding const to function parms