From: Chris Lattner Date: Tue, 15 Oct 2002 21:18:03 +0000 (+0000) Subject: New testcase X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e175b84ffca67b6fe8ee8cef89425a2e0d59f35a;p=oota-llvm.git New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4183 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2002-10-15-NameClash.ll b/test/Assembler/2002-10-15-NameClash.ll new file mode 100644 index 00000000000..c2404d2c707 --- /dev/null +++ b/test/Assembler/2002-10-15-NameClash.ll @@ -0,0 +1,5 @@ +declare int "ArrayRef"([100 x int] * %Array) + +int "ArrayRef"([100 x int] * %Array) { + ret int 0 +}