class X { static void Main () { X x = new X(); x++; } }