Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-xml-065.cs
1 // Compiler options: -doc:xml-064.xml -unsafe
2
3 /// <seealso cref="Test(System.Byte*)"/>
4 public class Test
5 {
6         /// Start
7         unsafe Test (byte* o)
8         {
9         }
10
11         static void Main ()
12         {
13         }
14 }