blob: fe0ffdcd50446a7f569c7df7bfac07520a29e0df [file] [log] [blame]
typedef int (*FPTR) (void);
FPTR a;
int
func ()
{
int b = a ();
return b;
}