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
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
tests
/
test-420.cs
blob
b5b2a9eece84dcf5a9fb881e82ab60a05d730b2f
1
// Compiler options: -r:test-419-3-lib.dll -r:test-419-2-lib.dll
2
3
class
Test
{
4
public static void
Main
() {
5
Provider p
=
new
Provider
();
6
}
7
}