summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/file-GET_RUNTIME_DEPENDENCIES-linux/toplib.c
blob: 040e591910ecf97d549335deda7f6ba873f641c6 (plain)
1
2
3
4
5
6
7
8
extern void test_rpath(void);
extern void test_runpath(void);

void toplib(void)
{
  test_rpath();
  test_runpath();
}