blob: 1ad204e8ad45b651db935e5fffe51329ef40eaa7 [file] [log] [blame]
typedef void (FTYPE) ();
FTYPE f; /* ok */
void
test_0 ()
{
(FTYPE) f; /* ERROR - casting to function type */
}