diff options
Diffstat (limited to 'bindgen-tests/tests/headers/const-const-mut-ptr.h')
-rw-r--r-- | bindgen-tests/tests/headers/const-const-mut-ptr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bindgen-tests/tests/headers/const-const-mut-ptr.h b/bindgen-tests/tests/headers/const-const-mut-ptr.h new file mode 100644 index 00000000..cc7daf7c --- /dev/null +++ b/bindgen-tests/tests/headers/const-const-mut-ptr.h @@ -0,0 +1,3 @@ +struct foo { + const int** const* const* bar; +}; |