updating to the latest module.
[mono.git] / mcs / errors / cs1589.cs
1 // Compiler options: -doc:xml-025.xml -warn:1 -warnaserror
2
3 namespace Testing
4 {
5    /// <include file='cs1589.inc' path='/foo' />
6    public class Test
7    {
8         public static void Main ()
9         {
10         }
11
12         /// <include file='cs1589.inc' path='/root/@attr'/>
13         public string S3;
14    }
15 }
16