aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/2003-05-31-LinkerRename.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/2003-05-31-LinkerRename.ll')
-rw-r--r--test/Linker/Inputs/2003-05-31-LinkerRename.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Linker/Inputs/2003-05-31-LinkerRename.ll b/test/Linker/Inputs/2003-05-31-LinkerRename.ll
new file mode 100644
index 0000000..dcd0bf5
--- /dev/null
+++ b/test/Linker/Inputs/2003-05-31-LinkerRename.ll
@@ -0,0 +1,5 @@
+@bar = global i32()* @foo
+
+define internal i32 @foo() {
+ ret i32 7
+}