New testcase

llvm-svn: 3358
This commit is contained in:
Chris Lattner 2002-08-15 21:08:38 +00:00
parent dbeb10fce0
commit 0dff9cb61d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
void %test(int %X) {
call void (int)* cast (void(int) * %test to void(int) *) (int 6)
ret void
}