summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/const_resolved_ty.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbindgen/tests/headers/const_resolved_ty.h')
-rw-r--r--libbindgen/tests/headers/const_resolved_ty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbindgen/tests/headers/const_resolved_ty.h b/libbindgen/tests/headers/const_resolved_ty.h
new file mode 100644
index 00000000..2521e61c
--- /dev/null
+++ b/libbindgen/tests/headers/const_resolved_ty.h
@@ -0,0 +1,3 @@
+typedef unsigned char uint8_t;
+
+void foo(const uint8_t* foo);