[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-cov / gcov / Inputs / test_no_options.h.gcov
blob98b60454d4368e5ff78919a0a44e827856a8514f
1         -:    0:Source:./test.h
2         -:    0:Graph:test.gcno
3         -:    0:Data:test.gcda
4         -:    0:Runs:1
5         -:    0:Programs:1
6         -:    1:#include <stdint.h>
7         1:    2:struct A {
8         -:    3:  virtual void B();
9         -:    4:};