* AssemblyNameTest.cs: Added tests for Clone and serialization without
[mono.git] / mcs / errors / cs1584-4.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
2 using System;
3 /// <see cref="Mai()n" />
4 public class Test
5 {
6 }