1$foo = comdat any
2define linkonce void @foo() comdat {
3  ret void
4}
5
6define void @bar() {
7  call void @foo()
8  ret void
9}
10