CHAR
enum { CHAR, SHORT, UNSIGNED_SHORT, INT, UNSIGNED, LONG, UNSIGNED_LONG,
#define CHAR "a"
#define CHAR (sizeof (char))
#define CHAR 010 /* character value */
struct CHAR {
#define CHAR 0x2000 /* hh for char */