summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/functions.c')
-rw-r--r--clang/test/PCH/functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/functions.c b/clang/test/PCH/functions.c
index 23becb60e8e..35e39210585 100644
--- a/clang/test/PCH/functions.c
+++ b/clang/test/PCH/functions.c
@@ -4,7 +4,7 @@
// Test with pch.
// RUN: %clang_cc1 -emit-pch -o %t %S/functions.h
// RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
-
+// expected-note{{'f1' declared here}}
int f0(int x0, int y0, ...) { return x0 + y0; }
// expected-note{{passing argument to parameter here}}
float *test_f1(int val, double x, double y) {
OpenPOWER on IntegriCloud