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-374.cs
blob
f4dfc85b82c17d83709c94e62867d90e44b44ceb
1
internal class
Test
2
{
3
protected internal const int
foo
=
0
;
4
}
5
internal class
Rest
6
{
7
protected const int
foo
=
Test
.
foo
;
8
9
public static void
Main
() {}
10
}