1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-12 18:33:22 +00:00
2003-09-16 15:29:54 +00:00

9 lines
146 B
LLVM

; RUN: llvm-as < %s | opt -raise | llvm-dis | not grep cast
void %test(...) { ret void }
void %caller() {
call void (...) *%test()
ret void
}