summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/PR10447.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/PR10447.cpp')
-rw-r--r--test/SemaCXX/PR10447.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaCXX/PR10447.cpp b/test/SemaCXX/PR10447.cpp
index 5ba74aa..0c57177 100644
--- a/test/SemaCXX/PR10447.cpp
+++ b/test/SemaCXX/PR10447.cpp
@@ -4,7 +4,7 @@
// PR12223
namespace test1 {
namespace N {
- extern "C" void f(struct S*);
+ extern "C" void f_test1(struct S*);
void g(S*);
}
namespace N {
@@ -17,7 +17,7 @@ namespace test1 {
// PR10447
namespace test2 {
extern "C" {
- void f(struct Bar*) { }
+ void f_test2(struct Bar*) { }
test2::Bar *ptr;
}
}
OpenPOWER on IntegriCloud