[Wasm] Fix memory override in mono_wasm_add_assembly
[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