[mini] Fix test compiling when running !MOBILE
[mono.git] / mcs / tests / gtest-047-lib.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 }