[mcs] Report second level references mismatch only for really used references. Fixes...
[mono.git] / mcs / tests / dlls / test-939-1 / test-939-lib.cs
1 [assembly:System.Reflection.AssemblyVersionAttribute ("2.1.0.0")]
2
3 public class Common
4 {
5         public static void Foo ()
6         {
7
8         }
9 }