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
[Wasm] Fix memory override in mono_wasm_add_assembly
[mono-project.git]
/
mcs
/
tests
/
test-915.cs
blob
b7936984a92600744ec00a90dc5cf3a5bed73a39
1
class
ClassMain
2
{
3
static bool
test
=
true
;
4
5
public static void
Main
()
6
{
7
if
(
true
) {
8
const int
test
=
0
;
9
}
10
test
=
false
;
11
}
12
}
13