summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/file-GET_RUNTIME_DEPENDENCIES-macos/topexe.c
blob: 20c6087318601579b40081b5f2fea7a628d08fa8 (plain)
1
2
3
4
5
6
7
extern void testlib(void);

int main(void)
{
  testlib();
  return 0;
}