summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/install/file-GET_RUNTIME_DEPENDENCIES-windows/toplib.c
blob: 69971759e5d6ce79d4ee1823a7ee090b90d161ac (plain)
1
2
3
4
5
6
__declspec(dllimport) extern void testlib(void);

__declspec(dllexport) void toplib(void)
{
  testlib();
}