summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/windows/topexe.c
blob: 713b8eb41756626f79ac32c70837a7feb8141300 (plain)
1
2
3
4
5
6
7
__declspec(dllimport) extern void testlib(void);

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