llvm-mirror/test/Bitcode/Inputs/module-hash-strtab2.ll
2017-07-06 17:56:01 +00:00

11 lines
134 B
LLVM

source_filename = "foo.c"
$dat = comdat any
define void @main() comdat($dat) {
call void @foo()
ret void
}
declare void @foo()