2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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 () {}