1 ; RUN: llvm-split -o %t %s
2 ; RUN: llvm-dis -o - %t0 | FileCheck --check-prefix=CHECK0 %s
3 ; RUN: llvm-dis -o - %t1 | FileCheck --check-prefix=CHECK1 %s
7 ; CHECK0: define void @foo()
8 ; CHECK1: declare void @foo()
9 define void @foo() comdat {
14 ; CHECK0: define void @bar()
15 ; CHECK1: declare void @bar()
16 define void @bar() comdat($foo) {