1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

New testcase

llvm-svn: 3358
This commit is contained in:
Chris Lattner 2002-08-15 21:08:38 +00:00
parent fcda164b39
commit b1a1627385

View File

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