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