New testcase
authorChris Lattner <sabre@nondot.org>
Tue, 15 Oct 2002 21:18:03 +0000 (21:18 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Oct 2002 21:18:03 +0000 (21:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4183 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2002-10-15-NameClash.ll [new file with mode: 0644]

diff --git a/test/Assembler/2002-10-15-NameClash.ll b/test/Assembler/2002-10-15-NameClash.ll
new file mode 100644 (file)
index 0000000..c2404d2
--- /dev/null
@@ -0,0 +1,5 @@
+declare int "ArrayRef"([100 x int] * %Array)
+
+int "ArrayRef"([100 x int] * %Array) {
+       ret int 0
+}