2004-12-06 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / tests / gen-47-dll.cs
1 // Compiler options: -t:library
2
3 namespace Foo
4 {
5         public class List
6         {
7         }
8 }
9
10 namespace Bar
11 {
12         public class List<T>
13         {
14         }
15 }