diff options
Diffstat (limited to 'tests/headers/const_ptr.hpp')
-rw-r--r-- | tests/headers/const_ptr.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/headers/const_ptr.hpp b/tests/headers/const_ptr.hpp deleted file mode 100644 index 66744f8b..00000000 --- a/tests/headers/const_ptr.hpp +++ /dev/null @@ -1,3 +0,0 @@ -extern "C" { - void foo(const void* bar); -} |