1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02: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();
};