Home | History | Annotate | Download | only in ld-pe
      1 __declspec(dllimport) int dll_func (void);
      2 
      3 int
      4 main()
      5 {
      6   dll_func ();
      7   return 0;
      8 }
      9