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