summaryrefslogtreecommitdiff
path: root/tests/headers/issue-511.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-511.h')
-rw-r--r--tests/headers/issue-511.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/headers/issue-511.h b/tests/headers/issue-511.h
new file mode 100644
index 00000000..da364312
--- /dev/null
+++ b/tests/headers/issue-511.h
@@ -0,0 +1,4 @@
+char * a;
+const char * b;
+char * const c;
+const char * const d; \ No newline at end of file