1source_filename = "foo.c"2 3$dat = comdat any4 5define void @main() comdat($dat) {6 call void @foo()7 ret void8}9 10declare void @foo()11