llvm-for-llvmta/test/tools/llvm-cov/gcov/Inputs/test_no_options.h.gcov

10 lines
263 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
-: 0:Source:./test.h
-: 0:Graph:test.gcno
-: 0:Data:test.gcda
-: 0:Runs:1
-: 0:Programs:1
-: 1:#include <stdint.h>
1: 2:struct A {
-: 3: virtual void B();
-: 4:};