mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
563ba88392
llvm-svn: 8558
10 lines
197 B
LLVM
10 lines
197 B
LLVM
; RUN: llvm-as < %s | opt -raise | llvm-dis | grep call | not grep '\.\.\.'
|
|
|
|
implementation
|
|
|
|
void %test(sbyte* %P) {
|
|
%Q = cast sbyte* %P to void (...)*
|
|
call void (...)* %Q(sbyte* %P)
|
|
ret void
|
|
}
|