[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-xml-070.cs
1 // Compiler options: -doc:xml-070.xml
2
3 /// <summary>
4 /// Test base <see cref="ToString"/> 
5 /// </summary>
6 interface I
7 {
8 }
9
10 class X
11 {
12         /// <returns>
13         /// <see cref="void"/>
14         /// </returns>
15         public static void Main ()
16         {
17         }
18 }