int sizeof(typename)
typename - name of user-defined type or intrinsic type.
Returns size (number of bytes) of variables of typename. It is compile-time function.
type POINT x y int ts = sizeof(POINT) now ts is 8