blob: 1d9b19481daf0c39ae5a29d5ae16cd3ab7f7c897 [file] [log] [blame]
extern const char *foo (void);
const char *
foo (void)
{
return __FILE__;
}