* ld-elf/comm-data.exp: Run for *-*-gnu*.
[binutils.git] / ld / testsuite / ld-pe / direct_client.c
blob6264a786e3c071f2ab74f42c317ce1ce6ee0587f
1 __declspec(dllimport) int dll_func (void);
3 int
4 main()
6 dll_func ();
7 return 0;