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