aboutsummaryrefslogtreecommitdiff
path: root/test/COFF/Inputs/bar.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/Inputs/bar.ll')
-rw-r--r--test/COFF/Inputs/bar.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/COFF/Inputs/bar.ll b/test/COFF/Inputs/bar.ll
new file mode 100644
index 000000000000..4aed5d22a9e0
--- /dev/null
+++ b/test/COFF/Inputs/bar.ll
@@ -0,0 +1,6 @@
+target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-pc-windows-msvc"
+
+define void @bar() {
+ ret void
+}