]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/tools/llvm-cov/Inputs/test.h
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / tools / llvm-cov / Inputs / test.h
1 struct A {
2   virtual void B();
3 };