1target triple = "x86_64-unknown-linux-gnu"
2define weak void @weakfunc() {
3entry:
4  ret void
5}
6