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
cosmetic
[mcs.git]
/
tests
/
gtest-377.cs
blob
6809734ffa275f0658afce4d4d269f84272f81e5
1
public static class
D
2
{
3
static bool
?
debugging
=
null
;
4
static int
?
extra
=
0
;
5
6
public static void
Main
()
7
{
8
debugging
|=
true
;
9
10
extra
|=
55
;
11
}
12
}