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-debug-04.cs
blob
d1f7a96b01cdc860d1b27c4bca51d3d48a9f2610
1
// Compiler options: support-test-debug-04.cs -out:test-debug-04.exe
2
3
partial class
C
4
{
5
}
6
7
partial class
C1
8
{
9
int
a
=
55
;
10
}
11
12
partial class
C2
13
{
14
int
a
=
55
;
15
}