blob: 6b4a3fce07effd1dc7a58ccd0acb70e939cd5149 [file] [log] [blame]
Peter Collingbournec8556152017-07-06 17:56:01 +00001source_filename = "foo.c"
2
3$com = comdat any
4
5define void @main() comdat($com) {
6 call void @bar()
7 ret void
8}
9
10declare void @bar()