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

11 lines
134 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
source_filename = "foo.c"
$com = comdat any
define void @main() comdat($com) {
call void @bar()
ret void
}
declare void @bar()