aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/comdat9.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/comdat9.ll')
-rw-r--r--test/Linker/Inputs/comdat9.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Linker/Inputs/comdat9.ll b/test/Linker/Inputs/comdat9.ll
new file mode 100644
index 0000000..679dbde
--- /dev/null
+++ b/test/Linker/Inputs/comdat9.ll
@@ -0,0 +1,5 @@
+$c = comdat any
+@a = alias void ()* @f
+define internal void @f() comdat $c {
+ ret void
+}