Qualifying void as const doesn't seem to be valid at all, however GCC will accept "const void" as a legal type (though some compilers consider it an error). Has anyone ever encountered this in code, or can think of an interesting use for it?
Personally, I can't see any beyond maybe writing amusing/obsfucated code...