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