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