1; RUN: opt < %s -ipconstprop -disable-output
2define internal void @foo(i32 %X) {
3        call void @foo( i32 %X )
4        ret void
5}
6
7