Example Code
typedef const int NewCInt;
typedef volatile int NewCVInt;
typedef const int * const NewCInt;