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
/
gtest-exmethod-45.cs
blob
d11ab64f8e04b00fe3ae2820879f2dc5c95bf43d
1
// Compiler options: -r:gtest-exmethod-45-lib.dll
2
3
public class
C
4
{
5
public static void
Main
()
6
{
7
string
s
=
null
;
8
s
.
TestExt
();
9
}
10
}