svn path=/branches/mono-1-1-9/mcs/; revision=51207
[mono.git] / mcs / tests / test-427.cs
1 class X {
2         static void Main ()
3         {
4                 global::System.Console.WriteLine ("hello");
5         }
6 }