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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-116.cs
blob
108cb31eef0edc71c92deab6502d9bcb764e902b
1
//
2
// Parsing tests
3
//
4
5
class
X
{
6
public static int
Main
()
7
{
8
double
d
=
1.4e-4
;
9
// add more ;-)
10
return
0
;
11
}
12
}