summaryrefslogtreecommitdiffstats
path: root/test cases/common/208 link custom/lib.c
blob: 585b6c90503373c43bd7d43a9c5ae643c21e005a (plain)
1
2
3
4
5
6
7
void flob(void);

int foo(void)
{
  flob();
  return 0;
}