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