summaryrefslogtreecommitdiff
path: root/test/pecoff/Inputs/resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'test/pecoff/Inputs/resource.rc')
-rw-r--r--test/pecoff/Inputs/resource.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pecoff/Inputs/resource.rc b/test/pecoff/Inputs/resource.rc
new file mode 100644
index 000000000000..df933e83b77a
--- /dev/null
+++ b/test/pecoff/Inputs/resource.rc
@@ -0,0 +1,4 @@
+STRINGTABLE
+{
+ 1, "Hello"
+}