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
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
tests
/
test-466-lib.cs
blob
69a0a23fbf70ef28cf0d9e165de61d2be0064ef6
1
// Compiler options: -t:library
2
3
namespace
A
4
{
5
public class
C
6
{
7
public void
Foo
()
8
{
9
}
10
}
11
}
12
13
namespace
A
.
B
14
{
15
class
C
16
{
17
}
18
}