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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-823.cs
blob
dcd6baad3892f61dbcd4edbe74f5aa3779f2b231
1
// Compiler options: -r:test-823-lib.dll
2
3
class
Test
4
{
5
public static int
Main
()
6
{
7
var
a
=
new
A
();
8
if
(
a
.
Prop
!=
1
)
9
return
1
;
10
11
return
0
;
12
}
13
}