1 ; RUN: llvm-reduce --test FileCheck --test-arg --check-prefixes=CHECK-ALL,CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
2 ; RUN: cat %t | FileCheck --check-prefixes=CHECK-ALL,CHECK-FINAL %s
4 ; CHECK-INTERESTINGNESS: @callee(
5 ; CHECK-FINAL: declare void @callee()
6 define void @callee() {
10 ; CHECK-ALL: define void @caller()
11 define void @caller() {
13 ; CHECK-ALL: call void @callee()