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