14 lines · cpp
1// RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only %s | FileCheck %s2 3int f() {4 int x = 0;5#include "Inputs/comment.h" /*6 */7 return x;8}9 10// CHECK: File 0, 3:9 -> 8:2 = #011// CHECK-NEXT: Expansion,File 0, 5:10 -> 5:28 = #012// CHECK-NEXT: Skipped,File 0, 6:1 -> 6:7 = 013// CHECK-NEXT: File 1, 1:1 -> 7:1 = #014