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