1 2@foo = alias i32 (...), @foo23 4define linkonce_odr i32 @foo2() {5 %ret = add i32 42, 426 ret i32 %ret7}