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