blob: 585b6c90503373c43bd7d43a9c5ae643c21e005a [file] [log] [blame]
void flob(void);
int foo(void)
{
flob();
return 0;
}