(root)/
binutils-2.41/
ld/
testsuite/
ld-pe/
direct_dll.c
       1  __declspec(dllexport) int
       2  dll_func (void)
       3  {
       4    return 10;
       5  }