~ubuntu-branches/ubuntu/trusty/eglibc/trusty-proposed

1
2
3
4
5
6
7
extern const char *foo (void);

const char *
foo (void)
{
  return __FILE__;
}