summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly/LinkInterfaceLoop/lib.c
blob: abe3b787c6fe0f4cab396de9f4c7875d3787b332 (plain)
1
2
3
4
int lib(void)
{
  return 0;
}