blob: 9d34049984a089987b168072522a23a650bf6fb5 [file] [log] [blame]
extern void *foo();
int main (void)
{
foo(); return 0;
}