repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove NotWorking
[mcs.git]
/
tests
/
test-xml-003.cs
blob
68404389f1990e6f762c6342b0f4b90af0c98671
1
// Compiler options: -doc:xml-003.xml
2
using
System
;
3
4
namespace
Testing
5
{
6
public class
Test
7
{
8
public static void
Main
()
9
{
10
/// here is an extraneous comment
11
}
12
}
13
}
14