New testcase
authorChris Lattner <sabre@nondot.org>
Thu, 15 Aug 2002 21:08:38 +0000 (21:08 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Aug 2002 21:08:38 +0000 (21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3358 91177308-0d34-0410-b5e6-96231b3b80d8

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

diff --git a/test/Assembler/2002-08-15-CastAmbiguity.ll b/test/Assembler/2002-08-15-CastAmbiguity.ll
new file mode 100644 (file)
index 0000000..40c7b1e
--- /dev/null
@@ -0,0 +1,8 @@
+
+
+
+void %test(int %X) {
+       call void (int)* cast (void(int) * %test to void(int) *) (int 6)
+       ret void
+
+}