1 // cs1570-3.cs: XML comment on `T:Testing.StructTest2' has non-well-formed XML ('summary' is expected Line 3, position 4.)
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
10 /// comment for struct
12 public struct StructTest
17 /// incorrect markup comment for struct
19 public struct StructTest2
28 public struct StructTest3
34 public static void Main ()