Files
llvm-6502/test/tools/llvm-cov/Inputs/test.h
Yuchen Wu 1b871ba44c llvm-cov: Added test.h header to tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196632 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-07 01:28:11 +00:00

4 lines
34 B
C

struct A {
virtual void B();
};