Home | History | Annotate | Download | only in ld-pe
      1 __declspec(dllexport) int
      2 dll_func (void)
      3 {
      4   return 10;
      5 }
      6