aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/SemaCXX/undefined-internal.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/SemaCXX/undefined-internal.cpp b/test/SemaCXX/undefined-internal.cpp
index 1b76a86dcb..839fdafb34 100644
--- a/test/SemaCXX/undefined-internal.cpp
+++ b/test/SemaCXX/undefined-internal.cpp
@@ -323,10 +323,3 @@ namespace test13 {
}
}
-namespace test14 {
- extern "C" const int foo;
-
- int f() {
- return foo;
- }
-}