1define linkonce_odr hidden void @foo() {
2    ret void
3}
4
5define void @bar() {
6    call void @foo()
7    ret void
8}
9