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