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
2009-07-16 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
support-353.cs
blob
6bc4004f7974295358bb38950b5f8b8f5d842f74
1
using
System
;
2
3
public class
Three
{
4
public static void
Main
()
5
{
6
One o
=
new
One
();
7
}
8
}