Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / direct_dll.c
1 __declspec(dllexport) int
2 dll_func (void)
3 {
4 return 10;
5 }
This page took 0.050917 seconds and 4 git commands to generate.