summaryrefslogtreecommitdiff
path: root/test/MC/COFF/rdata.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/COFF/rdata.ll')
-rw-r--r--test/MC/COFF/rdata.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/COFF/rdata.ll b/test/MC/COFF/rdata.ll
new file mode 100644
index 0000000000..f041781170
--- /dev/null
+++ b/test/MC/COFF/rdata.ll
@@ -0,0 +1,6 @@
+; RUN: llc -mtriple i386-pc-win32 < %s | FileCheck %s
+
+%struct.foo = type { i32, i32 }
+
+@"\01?thingy@@3Ufoo@@B" = constant %struct.foo zeroinitializer, align 4
+; CHECK: .section .rdata