forked from OSchip/llvm-project
parent
652e7bf8a8
commit
1b17357e92
|
@ -0,0 +1,12 @@
|
|||
; RUN: as < %s -o /dev/null -f
|
||||
|
||||
void %test() {
|
||||
call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* null, int 0)
|
||||
ret void
|
||||
}
|
||||
|
||||
void %AddString(short* %tmp.124, int %tmp.127) {
|
||||
call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* %tmp.124, int %tmp.127)
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue