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