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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-875.cs
blob
b4ebd438d58b66de7e9da2a8e31c88bd300ab949
1
// Compiler options: -r:test-875-lib.dll -r:test-875-2-lib.dll
2
3
using
N
;
4
5
public class
Test
:
Lib
6
{
7
public static void
Main
()
8
{
9
new
Test
();
10
}
11
}