daily update
[binutils.git] / ld / testsuite / ld-pe / direct_dll.c
blob9863d1a2294aa6e598ea2267c19c02e88caf0992
1 __declspec(dllexport) int
2 dll_func (void)
4 return 10;