aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_pointer_basics.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_pointer_basics.sh b/tests/test_pointer_basics.sh
index 2f34821..2b0beef 100644
--- a/tests/test_pointer_basics.sh
+++ b/tests/test_pointer_basics.sh
@@ -17,6 +17,7 @@ int main() {
char*** a20;
long*** a22;
void*** a24;
+ int* const* const* a25;
return 0;
}
EOF