mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 21:56:15 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a44d8a2897
commit
d1c5ea1071
@ -66,3 +66,10 @@ short %test10(short %A) {
|
||||
ret short %c2
|
||||
}
|
||||
|
||||
declare void %varargs(int, ...)
|
||||
|
||||
void %test11(int* %P) {
|
||||
%c = cast int* %P to short*
|
||||
call void(int, ...)* %varargs(int 5, short* %c)
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user