summaryrefslogtreecommitdiff
path: root/tests/headers/redeclaration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/redeclaration.hpp')
-rw-r--r--tests/headers/redeclaration.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/redeclaration.hpp b/tests/headers/redeclaration.hpp
deleted file mode 100644
index d536b158..00000000
--- a/tests/headers/redeclaration.hpp
+++ /dev/null
@@ -1,7 +0,0 @@
-extern "C" {
- void foo();
-}
-
-extern "C" {
- void foo();
-}