summaryrefslogtreecommitdiffstats
path: root/test cases/common/245 custom target index source/code_source.c
blob: 484955b52405957cf2d8aee83629d3e1943e5249 (plain)
1
2
3
4
5
6
extern int genfunc(void);

int genfunc(void)
{
  return 0;
}