diff options
Diffstat (limited to 'tests/headers/duplicated_constants_in_ns.hpp')
-rw-r--r-- | tests/headers/duplicated_constants_in_ns.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/duplicated_constants_in_ns.hpp b/tests/headers/duplicated_constants_in_ns.hpp deleted file mode 100644 index bb343641..00000000 --- a/tests/headers/duplicated_constants_in_ns.hpp +++ /dev/null @@ -1,7 +0,0 @@ -// bindgen-flags: --enable-cxx-namespaces -namespace foo { - const int FOO = 4; -} -namespace bar { - const int FOO = 5; -} |