repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-05-13 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git]
/
mcs
/
tests
/
test-xml-034.cs
blob
316f5df571b1fc82754ad5bddd5e31a1734503c4
1
// Compiler options: -doc:xml-034.xml -warn:4 -warnaserror
2
using
System
;
3
4
/// valid comment.
5
public class
Test
6
{
7
static void
Main
()
8
{
9
}
10
}