summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h')
-rw-r--r--llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h b/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h
new file mode 100644
index 00000000000..9280e039bdc
--- /dev/null
+++ b/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h
@@ -0,0 +1,8 @@
+
+void foo(int x) {
+ int y = x + 1;
+}
+
+void bar() {
+
+}
OpenPOWER on IntegriCloud