brintos

brintos / llvm-project-archived public Read only

0
0
Text · 329 B · 840c4b2 Raw
12 lines · cpp
1// RUN: %clang_cc1 -mllvm -emptyline-comment-coverage=false -triple i686-windows -emit-llvm-only -fcoverage-mapping -dump-coverage-mapping -fprofile-instrument=clang %s | FileCheck %s2 3struct A {4  virtual ~A();5};6 7// CHECK: ?PR32761@@YAXXZ:8// CHECK-NEXT: File 0, [[@LINE+1]]:16 -> [[@LINE+3]]:2 = #09void PR32761() {10  A a;11}12