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

6 lines
59 B
C
Raw Normal View History

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