1## Check merge-fdata tool correctly handles `-o` option. 2RUN: merge-fdata %S/Inputs/bat_profile_1.fdata \ 3RUN: %S/Inputs/bat_profile_2.fdata \ 4RUN: | FileCheck %s 5 6RUN: merge-fdata %S/Inputs/bat_profile_1.fdata \ 7RUN: %S/Inputs/bat_profile_2.fdata \ 8RUN: -o - \ 9RUN: | FileCheck %s 10 11RUN: merge-fdata %S/Inputs/bat_profile_1.fdata \ 12RUN: %S/Inputs/bat_profile_2.fdata \ 13RUN: -o %t 14RUN: FileCheck %s < %t 15 16CHECK: 1 main 451 1 SolveCubic 0 0 302 17