summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/binutils/testsuite/binutils-all/windres/strtab2.rc
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/binutils/testsuite/binutils-all/windres/strtab2.rc')
-rw-r--r--binutils-2.25/binutils/testsuite/binutils-all/windres/strtab2.rc8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils-2.25/binutils/testsuite/binutils-all/windres/strtab2.rc b/binutils-2.25/binutils/testsuite/binutils-all/windres/strtab2.rc
new file mode 100644
index 00000000..2721d159
--- /dev/null
+++ b/binutils-2.25/binutils/testsuite/binutils-all/windres/strtab2.rc
@@ -0,0 +1,8 @@
+#include "windows.h"
+
+LANGUAGE 0, 0
+
+STRINGTABLE MOVEABLE PURE DISCARDABLE
+BEGIN
+ 1 L"hello, world"
+END