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
2007-05-25 Jonathan Chambers <joncham@gmail.com>
[mcs.git]
/
tests
/
test-420.cs
blob
99efeda89be53836bd6537b6d937a65c58be538d
1
// Compiler options: -r:test-419-3-lib.dll -r:test-419-2-lib.dll
2
3
class
Test
{
4
static void
Main
() {
5
Provider p
=
new
Provider
();
6
}
7
}