1 2 3 4 5 6 7 8 9 10
source_filename = "foo.c" $com = comdat any define void @main() comdat($com) { call void @bar() ret void } declare void @bar()