update
[mcs.git] / tests / gtest-278-2-lib.cs
blob72e491333d88e58f204e66fb2fb9fd1ccddbcae3
1 // Compiler options: -t:library
3 using System;
5 public class C
7 public class CC {}
9 public static string Print ()
11 return typeof (C).FullName;
15 public class D
17 public static string Print ()
19 return typeof (D).FullName;