1 ; RUN: opt < %s -passes=inline -S | FileCheck %s
2 ; RUN: opt < %s -passes='cgscc(inline)' -S | FileCheck %s
3 ; RUN: opt < %s -passes='module-inline' -S | FileCheck %s
6 ; CHECK: $c = comdat any
8 define linkonce_odr void @foo() comdat($c) {
11 ; CHECK: define linkonce_odr void @foo() comdat($c)
13 define linkonce_odr void @bar() comdat($c) {
16 ; CHECK: define linkonce_odr void @bar() comdat($c)