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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-ref-11.cs
blob
8d392a77d07258f1ae2023fe9c38d551fbca3974
1
class
Program
2
{
3
static int
x
;
4
static int
y
;
5
6
public static int
Main
()
7
{
8
bool
b
=
false
;
9
ref int
targetBucket
=
ref
b
?
ref
x
:
ref
y
;
10
11
return
0
;
12
}
13
}