On a programming community I'm in, someone threw this absolute hand grenade into chat:
this is a valid function declaration in c
void* volatile* (*func(unsigned long const long volatile int, signed, long*[*][42]))(__int128* (*) (int* restrict const[static restrict const 17]));
Several of us have had a go at trying to decipher this declaration, but nobody's had any luck just yet.