aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/type-unique-name.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/type-unique-name.ll')
-rw-r--r--test/Linker/Inputs/type-unique-name.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Linker/Inputs/type-unique-name.ll b/test/Linker/Inputs/type-unique-name.ll
new file mode 100644
index 0000000..2553246
--- /dev/null
+++ b/test/Linker/Inputs/type-unique-name.ll
@@ -0,0 +1,5 @@
+%t = type { i8 }
+
+define %t* @f() {
+ ret %t* null
+}