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
[configure] Add new target.
[mono-project.git]
/
mcs
/
tests
/
test-749.cs
blob
0e00d443e6b296e679f0792669ddb498cfe4061b
1
// Compiler options: -r:test-749-lib.dll
2
3
using
System
;
4
5
class
M
6
{
7
public static void
Main
()
8
{
9
B b
=
new
B
();
10
b
.
Prop
=
2
;
11
}
12
}