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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-422.cs
blob
f776bac7a219a1a5dfc8fd787dcbec76960b3ada
1
using
System
;
2
3
namespace
HelloWorld
{
4
public class
MainClass
{
5
private static readonly bool
_trueThat
=
_trueThat
=
CheckTrueThat
();
6
7
public static void
Main
(
string
[]
args
)
8
{
9
}
10
11
static bool
CheckTrueThat
()
12
{
13
return true
;
14
}
15
}
16
}