UNSUPPORTED: linux UNSUPPORTED: darwin RUN: mkdir -p %t.d RUN: cd %t.d RUN: %clang --coverage -o %t %S/../Inputs/instrprof-gcov-fork.c RUN: test -f instrprof-gcov-fork.gcno RUN: rm -f instrprof-gcov-fork.gcda RUN: %run %t RUN: llvm-cov gcov -b -c instrprof-gcov-fork.gcda RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-fork.c.gcov %S/../Inputs/instrprof-gcov-fork.c.gcov