aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/functions.c')
-rw-r--r--test/PCH/functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/functions.c b/test/PCH/functions.c
index 23becb60e8ed..35e39210585b 100644
--- a/test/PCH/functions.c
+++ b/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) {