1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/tools/llvm-cov/Inputs/test.h
2013-12-07 01:28:11 +00:00

4 lines
34 B
C

struct A {
virtual void B();
};