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
/
bug-17537-helper.cs
blob
315bb47f4e4e1fce3c6372f5db8b30e553e81dce
1
using
System
;
2
using
System
.
IO
;
3
4
public class
Test
{
5
public static int
Main
(
string
[]
args
)
6
{
7
Console
.
WriteLine
(
"Hello from bug-17537-helper!"
);
8
return
0
;
9
}
10
}