aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/windres/strtab2.rc
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/windres/strtab2.rc')
-rw-r--r--binutils/testsuite/binutils-all/windres/strtab2.rc9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/windres/strtab2.rc b/binutils/testsuite/binutils-all/windres/strtab2.rc
new file mode 100644
index 000000000000..9322034946c9
--- /dev/null
+++ b/binutils/testsuite/binutils-all/windres/strtab2.rc
@@ -0,0 +1,9 @@
+//#xfail x86_64-*-mingw*
+#include "windows.h"
+
+LANGUAGE 0, 0
+
+STRINGTABLE MOVEABLE PURE DISCARDABLE
+BEGIN
+ 1 L"hello, world"
+END