Retro68/binutils/ld/testsuite/ld-pe/direct_client.c

9 lines
86 B
C
Raw Normal View History

2012-03-26 19:18:29 +00:00
__declspec(dllimport) int dll_func (void);
int
main()
{
dll_func ();
return 0;
}