Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / direct_dll.c
CommitLineData
f6fe8b45
CF
1__declspec(dllexport) int
2dll_func (void)
3{
4 return 10;
5}
This page took 0.63292 seconds and 4 git commands to generate.