aboutsummaryrefslogtreecommitdiff
path: root/test/Bitcode/Inputs/module-hash-strtab2.ll
blob: 87d2478145bc3680237f1bf22e603a1df757e9d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
source_filename = "foo.c"

$dat = comdat any

define void @main() comdat($dat) {
  call void @foo()
  ret void
}

declare void @foo()