[mcs] Moves using static lookup at the end of simple name lookup rules. Fixes #55348
[mono.git] / mcs / tests / test-662.cs
1 // Compiler options: -NOLOGO -OptiMize -dEbug
2
3 class C
4 {
5         public static void Main ()
6         {
7         }
8 }