aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/llvm-cov/Inputs/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/llvm-cov/Inputs/test.h')
-rw-r--r--test/tools/llvm-cov/Inputs/test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tools/llvm-cov/Inputs/test.h b/test/tools/llvm-cov/Inputs/test.h
new file mode 100644
index 0000000..55d9c6a
--- /dev/null
+++ b/test/tools/llvm-cov/Inputs/test.h
@@ -0,0 +1,3 @@
+struct A {
+ virtual void B();
+};