1 2 3 4 5 6 7
; RUN: llvm-upgrade < %s | llvm-as | opt -ipconstprop -disable-output implementation internal void %foo(int %X) { call void %foo(int %X) ret void }