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