repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update
[mcs.git]
/
tests
/
gtest-137.cs
blob
880f3e8ee285919c4ce5a070aeba3611f9b31fb2
1
using
System
;
2
3
class
X
4
{
5
static void
Main
()
6
{
7
int
?
a
=
4
;
8
int
?
b
= -
a
;
9
Console
.
WriteLine
(
b
);
10
}
11
}