aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/type-unique-dst-types2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/type-unique-dst-types2.ll')
-rw-r--r--test/Linker/Inputs/type-unique-dst-types2.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Linker/Inputs/type-unique-dst-types2.ll b/test/Linker/Inputs/type-unique-dst-types2.ll
new file mode 100644
index 0000000..b565c6d
--- /dev/null
+++ b/test/Linker/Inputs/type-unique-dst-types2.ll
@@ -0,0 +1,3 @@
+%A.11 = type { %B }
+%B = type { i8 }
+@g1 = external global %A.11