[build] Fix warning (#4177)
[mono-project.git] / mcs / tests / test-xml-068.cs
blob0ca61573a071c3e54364a0ac52c67b99b7945a10
1 // Compiler options: -doc:xml-068.xml
3 class X
5 /// <summary>
6 /// Test summary
7 /// </summary>
8 /// <see cref="#sometext"/>
9 static void Test ()
13 public static void Main ()