1define weak i32 @baz() #0 {
2entry:
3  ret i32 0
4}
5
6define i8* @bar() {
7entry:
8  ret i8* bitcast (i32 ()* @baz to i8*)
9}
10