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-464.cs
blob
24fba56b1a4a6a0dce328d90a844eaee81e25cce
1
// Compiler options: -r:gtest-464-lib.dll
2
3
class
Test
4
{
5
public static int
Main
()
6
{
7
if
((
int
)
M
.
Test
() !=
22
)
8
return
1
;
9
10
return
0
;
11
}
12
}