aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/dll-1.c
blob: f823523b2700f8fc08572c53865de577f9ca0649 (plain)
1
2
3
4
5
6
7
8
9
10
/* { 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 "\.section\[ \t\]*.drectve\n\[^\n\]*-export:_exp.*__imp_imp" } } */
/* { dg-final { scan-assembler-not "__imp__exp" } } */