blob: e28796acdab8b84c16e661fdf5f39cf0fdcd3141 [file] [log] [blame]
; RUN: llvm-as < %s | opt -ipconstprop -disable-output
implementation
internal void %foo(int %X) {
call void %foo(int %X)
ret void
}