int *const (*volatile (**x));

int f(const int g(void), char *(const **w[]));

int h(char *(*const *w)[]);
