8 lines
108 B
C#
Raw Normal View History

public class App
{
public static void Main()
{
object a = uint.MaxValue - ushort.MaxValue;
}
}