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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-817.cs
blob
9bdf32a6b88833f085c32d56e4aa494912a853d8
1
namespace
System
2
{
3
public struct
Int32
4
{
5
public int
Value
;
6
}
7
8
class
Program
9
{
10
public static void
Main
()
11
{
12
Int32 a
=
new
Int32
();
13
a
.
Value
=
6
;
14
}
15
}
16
}