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