aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/dll-1.c
blob: 72c6ba5b24e8294fc04dc8b1d39a6a6f9f4b9836 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile { target arm*-*-pe* } } */
/* { dg-options -mno-nop-fun-dllimport } */

__declspec (dllimport) void imp ();

__declspec (dllexport) void exp () { imp (); }

/* { dg-final { scan-assembler dll-1.c "__imp_imp.*\.section\[ \t\]*.drectve\n\[^\n\]*-export:exp" } } */
/* { dg-final { scan-assembler-not dll-1.c "__imp_exp" } } */