summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx-namespaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/cxx-namespaces.h')
-rw-r--r--test/PCH/cxx-namespaces.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/PCH/cxx-namespaces.h b/test/PCH/cxx-namespaces.h
index f338953..26d75a0 100644
--- a/test/PCH/cxx-namespaces.h
+++ b/test/PCH/cxx-namespaces.h
@@ -4,4 +4,7 @@ namespace N {
namespace {
int x;
}
+
+ void f();
+ void f(int);
}
OpenPOWER on IntegriCloud