llvm/llvm/test/Bitcode/Inputs/module-hash-strtab1.ll

source_filename = "foo.c"

$com = comdat any

define void @main() comdat($com) {
  call void @bar()
  ret void
}

declare void @bar()