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
Merge pull request #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
tests
/
gtest-257.cs
blob
c2cccfa25b6994c5d8d76d6b91fedbcc9276e451
1
using
System
;
2
3
public class
Tests
4
{
5
public static void
Main
()
6
{
7
int
?
dummy
=
null
;
8
9
Console
.
WriteLine
(
"Hello: "
+
dummy
);
10
}
11
}