summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ObjectLibrary/b.c
blob: 6751907b6fff9c59b000fc9cb6cf807be020acc3 (plain)
1
2
3
4
int b(void)
{
  return 0;
}