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