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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
test-419-3-lib.cs
blob
aeee13693671bdf84eae395608dd865546ec564f
1
// Compiler options: -t:library
2
3
public class
Provider
{
4
public static void
Main
()
5
{
6
}
7
}
8
9
public class
Foo
{
10
public static void
Main
()
11
{
12
}
13
}