Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / tests / test-557.cs
1 class Test 
2
3         public static void Main (params string [] args)
4         {
5         }
6 }