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-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-419.cs
blob
6e993d3950ba30ff8e7f3a1eff746d15662cdcc5
1
// Compiler options: -r:test-419-2-lib.dll -r:test-419-3-lib.dll
2
3
class
Test
{
4
static void
Main
() {
5
Provider p
=
new
Provider
();
6
}
7
}