remove unused using
[mcs.git] / tests / test-522.cs
blob5731d1b4220eac7bff7c8d80cfbd2ae8a9c40a88
1 using System.Reflection;
3 [assembly: AssemblyVersion(Const.Version)]
5 class Const
7 internal const string Version = "0.1";
9 public static void Main () {}