aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/missed-error1.C
blob: 50accb55440ff8f44cf45133ff0bfa7183952330 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't link: 
// GROUPS passed missed-error
// missed-error file
// From: John Carr <jfc@Athena.MIT.EDU>
// Date:     Tue, 02 Feb 1993 07:38:53 EST
// Subject:  Re: g++ ignores language context of function pointers
// Message-ID: <9302021238.AA01513@Achates.MIT.EDU>

        typedef void (*pfv2)(double, double);
        extern "C" { typedef void (*pfv3)(double, double); }// ERROR -  , XFAIL *-*-*