Update to recent changes -- mostly testcases failing due to missing ArrayList
[mcs.git] / tests / test-522.cs
blobc1fa991c6a866fafcd67f738ca70a7a0d0061605
1 using System.Reflection;
3 [assembly: AssemblyVersion(Const.Version)]
5 class Const
7 internal const string Version = "0.1";
9 public static void Main () {}