8sa1-gcc/gcc/testsuite/gcc.dg/dll-1.c

11 lines
392 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
/* { dg-do compile { target arm*-*-pe* } } */
/* { dg-do compile { target thumb*-*-pe* } } */
1997-08-19 03:34:40 -04:00
/* { dg-options -mno-nop-fun-dllimport } */
__declspec (dllimport) void imp ();
__declspec (dllexport) void exp () { imp (); }
/* { dg-final { scan-assembler dll-1.c "\.section\[ \t\]*.drectve\n\[^\n\]*-export:exp.*__imp_imp" } } */
1997-08-19 03:34:40 -04:00
/* { dg-final { scan-assembler-not dll-1.c "__imp_exp" } } */