Sync usage with man page.
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-pe / direct_dll.c
blob9863d1a2294aa6e598ea2267c19c02e88caf0992
1 __declspec(dllexport) int
2 dll_func (void)
4 return 10;