using System; class X { static void Main () { object o = delegate {}; } }