New test.
authorMartin Baulig <martin@novell.com>
Wed, 4 Oct 2006 20:45:54 +0000 (20:45 -0000)
committerMartin Baulig <martin@novell.com>
Wed, 4 Oct 2006 20:45:54 +0000 (20:45 -0000)
svn path=/trunk/mcs/; revision=66252

1  2 
mcs/tests/test-anon-51.cs

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..e44d6b53e1bd9aa0603af50ba0da79286af30df9
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,14 @@@
++using System;\r
++\r
++public delegate void FooDelegate ();\r
++\r
++public class X {\r
++      public static readonly FooDelegate Print = delegate {\r
++              Console.WriteLine ("delegate!");\r
++        };\r
++\r
++      public static void Main ()\r
++      {\r
++              Print ();\r
++      }\r
++}\r