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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
test-861.cs
blob
f9c2a6e52244a13665fae1464562fe37cb4ea170
1
public class
Test
2
{
3
public static void
Main
()
4
{
5
}
6
7
void
is_numer_parser_test
()
8
{
9
var
a
= -
.5
;
var
i
=
1
10
;
11
i
++;
12
}
13
}