2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-anontype-08.cs
blob2d265654a47d76cac741f5825773464724d0111b
1 using System;
3 static class Test
5 public static void Main ()
7 var a = new { X = 1, Y = 2, };
8 Console.WriteLine(a);