fn promoteIntLiteral(comptime SuffixType: type, comptime number: comptime_int, comptime base: CIntLiteralBase) PromoteIntLiteralReturnType(SuffixType, number, base)

Promote the type of an integer literal until it fits as C would.

Parameters

SuffixType: type,
number: comptime_int,