1 2@foo = alias i32 (...), bitcast (i32 ()* @foo2 to i32 (...)*) 3 4define linkonce_odr i32 @foo2() { 5 %ret = add i32 42, 42 6 ret i32 %ret 7}