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
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
test-768.cs
blob
54704761fe3ef95acfca93a46b712735f916da49
1
namespace
A
.
N
2
{
3
class
Wrong
4
{
5
}
6
}
7
8
namespace
N
9
{
10
class
C
11
{
12
public static string value
;
13
}
14
}
15
16
namespace
X
17
{
18
using
A
;
19
20
public class
TestClass
21
{
22
public static void
Main
()
23
{
24
string
s
=
N
.
C
.
value
;
25
}
26
}
27
}