blob: 68404389f1990e6f762c6342b0f4b90af0c98671 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Compiler options: -doc:xml-003.xml
using System;
namespace Testing
{
public class Test
{
public static void Main ()
{
/// here is an extraneous comment
}
}
}
|