diff options
Diffstat (limited to 'bindgen-tests/tests/headers/issue-511.h')
-rw-r--r-- | bindgen-tests/tests/headers/issue-511.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bindgen-tests/tests/headers/issue-511.h b/bindgen-tests/tests/headers/issue-511.h new file mode 100644 index 00000000..da364312 --- /dev/null +++ b/bindgen-tests/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 |