DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-7 / 1%3A7.0.1-8 / test / Bitcode / Inputs / module-hash-strtab2.ll
12345678910
source_filename = "foo.c" $dat = comdat any define void @main() comdat($dat) { call void @foo() ret void } declare void @foo()