1 2 3 4 5 6 7
public class App { public static void Main() { object a = uint.MaxValue - ushort.MaxValue; } }