SIGN IN SIGN UP

`@sizeOf` returns 0 for comptime types

This defines `@sizeOf` to be the runtime size of a type, which means
that it is zero for types such as comptime_int, type, and (enum
literal).

See #2209
A
Andrew Kelley committed
fb2acaff067dd6b385de7f2bd2726bdfebbf841f
Parent: 733c547