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
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-116.cs
blob
c5690ba62f1c8fae860cef577fee997c586481ac
1
//
2
// Parsing tests
3
//
4
5
class
X
{
6
static int
Main
()
7
{
8
double
d
=
1.4e-4
;
9
// add more ;-)
10
return
0
;
11
}
12
}