llvm/llvm/test/ExecutionEngine/OrcLazy/Inputs/comdat-functions.ll

$baz = comdat any

define i32 @baz() comdat {
entry:
  ret i32 0
}