DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / 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()