1 ; RUN: llvm-split -o %t %s -j 2 -round-robin
2 ; RUN: llvm-dis -o - %t0 | FileCheck --check-prefix=CHECK0 %s
3 ; RUN: llvm-dis -o - %t1 | FileCheck --check-prefix=CHECK1 %s
6 ; CHECK0: declare extern_weak void @e
7 ; CHECK0: define void @A
8 ; CHECK0: define void @C
12 ; CHECK1: declare extern_weak void @e
13 ; CHECK1: define void @B
14 ; CHECK1: define void @D
17 declare extern_weak void @e(...)