blob: da3643121e90d650126a6e08d9c69a684b225b06 [file] [log] [blame]
char * a;
const char * b;
char * const c;
const char * const d;