Merge pull request #3381 from krytarowski/netbsd-support-20
[mono.git] / mcs / tests / dlls / test-939-common.cs
1 [assembly:System.Reflection.AssemblyVersionAttribute ("1.0.0.0")]
2
3 public class Common
4 {
5         public static void Foo ()
6         {
7
8         }
9 }