// identity functions using System; class Test { public static void Main () { } static void Foo () { Func f = n => n; } }