1 ; RUN: opt < %s -inline -S | FileCheck %s
2 ; RUN: opt < %s -passes='cgscc(inline)' -S | FileCheck %s
5 ; CHECK: $c = comdat any
7 define linkonce_odr void @foo() comdat($c) {
10 ; CHECK: define linkonce_odr void @foo() comdat($c)
12 define linkonce_odr void @bar() comdat($c) {
15 ; CHECK: define linkonce_odr void @bar() comdat($c)
17 define void()* @zed() {