summaryrefslogtreecommitdiff
path: root/test/COFF/Inputs/msvclto-order-b.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/Inputs/msvclto-order-b.ll')
-rw-r--r--test/COFF/Inputs/msvclto-order-b.ll10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/COFF/Inputs/msvclto-order-b.ll b/test/COFF/Inputs/msvclto-order-b.ll
new file mode 100644
index 0000000000000..57f23898e6aa8
--- /dev/null
+++ b/test/COFF/Inputs/msvclto-order-b.ll
@@ -0,0 +1,10 @@
+target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-pc-windows-msvc"
+
+declare void @doesntexist()
+
+define void @foo() {
+ call void @doesntexist()
+ ret void
+}
+