Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-426.cs
1 using foo = System;
2
3 class X {
4         public static void Main ()
5         {
6                 foo::Console.WriteLine ("hello");
7         }
8 }