aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/rfg26.C
blob: 1ad204e8ad45b651db935e5fffe51329ef40eaa7 (plain)
1
2
3
4
5
6
7
8
9
typedef void (FTYPE) ();
 
FTYPE f;                /* ok */
 
void
test_0 ()
{
    (FTYPE) f;          /* ERROR - casting to function type */
}