blob: 2b7e06085a4bbe860d64b1e1728aec9faffc02a6 [file] [log] [blame]
// { dg-do assemble }
typedef void (FTYPE) ();
FTYPE f; /* ok */
void
test_0 ()
{
(FTYPE) f; /* { dg-error "" } casting to function type */
}