1%bug_type = type { ptr }2%bar = type { i32 }3 4define i32 @bug_a(ptr %fp) nounwind uwtable {5entry:6 ret i32 07}8 9define i32 @bug_b(ptr %a) nounwind uwtable {10entry:11 ret i32 012}13