New test.
[mono.git] / mcs / tests / gtest-278-2-lib.cs
1 // Compiler options: -t:library\r
2 \r
3 using System;\r
4 \r
5 public class C\r
6 {\r
7         public class CC {}\r
8 \r
9         public static string Print ()\r
10         {\r
11                 return typeof (C).FullName;\r
12         }\r
13 }