]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.old-deja/g++.other/dll-1.C
enum5.C: Mark as XFAIL.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.other / dll-1.C
CommitLineData
921e5a0e
JL
1// Build don't link:
2// Special g++ Options: -mno-nop-fun-dllimport
3// Skip if not target: arm-*pe
4// declspec test #1
5// set compiler_result "__imp_imp.*\.section${spaces}.drectve\n\[^\n\]*-export:exp"
6// set not_compiler_result "__imp_exp"
7
8__declspec (dllimport) void imp ();
9
10__declspec (dllexport) void exp () { imp (); }
This page took 1.077392 seconds and 5 git commands to generate.