1 /* { dg-do compile { target arm*-*-pe* } } */
2 /* { dg-options -mno-nop-fun-dllimport } */
4 __declspec (dllimport
) void imp ();
6 __declspec (dllexport
) void _exp () { imp (); }
8 /* { dg-final { scan-assembler "\.section\[ \t\]*.drectve\n\[^\n\]*-export:_exp.*__imp_imp" } } */
9 /* { dg-final { scan-assembler-not "__imp__exp" } } */