X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=binutils%2Ftestsuite%2Fbinutils-all%2Fwindres%2Fstrtab3.rc;fp=binutils%2Ftestsuite%2Fbinutils-all%2Fwindres%2Fstrtab3.rc;h=542e9dc6c9c7649ea0f22c1def28129d803204c5;hb=cbad6d5ba66a94967eaf14df64463a4abca700d6;hp=0000000000000000000000000000000000000000;hpb=b110964dfb2d0779466e4e604983d3afa83993a4;p=pf3gnuchains%2Fpf3gnuchains4x.git diff --git a/binutils/testsuite/binutils-all/windres/strtab3.rc b/binutils/testsuite/binutils-all/windres/strtab3.rc new file mode 100644 index 0000000000..542e9dc6c9 --- /dev/null +++ b/binutils/testsuite/binutils-all/windres/strtab3.rc @@ -0,0 +1,14 @@ +// cpparg -DTEST=1 + +#include "windows.h" + +LANGUAGE 0, 0 + +STRINGTABLE MOVEABLE PURE DISCARDABLE +BEGIN +#ifdef TEST + 1 "hello, world" +#else + 1 "fail" +#endif +END