linux-packaging-mono/mcs/tests/test-xml-073.cs

13 lines
151 B
C#
Raw Normal View History

// Compiler options: -doc:xml-073.xml
///<text>
///A line
///
/// An indented line
///</text>
class X
{
public static void Main ()
{
}
}