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
[netcore] Implement/fix enum/nullable comparers.
[mono-project.git]
/
mono
/
tests
/
tight-loop.cs
blob
a596f4d8d68e625e18fac7be17d7bfd5ea1ef1b7
1
class
T
{
2
public static int
Main
() {
3
int
n
=
0
;
4
while
(
n
<
100000000
) {
5
++
n
;
6
}
7
return
0
;
8
}
9
}