"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / tests / test-466-lib.cs
blob69a0a23fbf70ef28cf0d9e165de61d2be0064ef6
1 // Compiler options: -t:library
3 namespace A
5 public class C
7 public void Foo ()
13 namespace A.B
15 class C