repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add comment
[mcs.git]
/
tests
/
test-452.cs
blob
af82adcf4d6a8fc49786d33b6059c8d12f11db7b
1
class
Foo
2
{
3
static public
Foo x
;
4
}
5
6
class
Test
7
{
8
static void
Main
()
9
{
10
Foo Foo
;
11
Foo
=
Foo
.
x
;
12
}
13
}