blob: 0e3dc7a4142151bee19635528c9cd3da982da1db [file] [log] [blame]
target triple = "x86_64-unknown-linux-gnu"
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
$foo = comdat any
define linkonce void @foo() comdat {
ret void
}
define void @bar() {
call void @foo()
ret void
}