1define i32 @g() { 2entry: 3 ret i32 0 4} 5 6$f = comdat nodeduplicate 7 8define i32 @f() comdat { 9entry: 10 %0 = call i32 @g() 11 ret i32 %0 12} 13