blob: 6e7f0eb7b2e654696cf7c3e22a29551c63119370 [file] [log] [blame]
extern char foo (char *);
char d;
int
main ()
{
foo (&d);
return 0;
}