blob: 6b4a3fce07effd1dc7a58ccd0acb70e939cd5149 [file] [log] [blame]
source_filename = "foo.c"
$com = comdat any
define void @main() comdat($com) {
call void @bar()
ret void
}
declare void @bar()