namespace ValueType { enum Enum { Boolean = 0,Float = 1,Double,SInt = 8,SLong,UInt = SInt + (1 <<4),ULong = SLong + (1 << 4) }; }
enum { d,e,f=e+2 };