summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pe/direct_client.c
blob: 6264a786e3c071f2ab74f42c317ce1ce6ee0587f (plain)
1
2
3
4
5
6
7
8
__declspec(dllimport) int dll_func (void);

int
main()
{
  dll_func ();
  return 0;
}