Disable none-working stack overflow implementation on Windows x64 full AOT.
[mono.git] / mcs / tests / test-522.cs
1 using System.Reflection;
2
3 [assembly: AssemblyVersion(Const.Version)]
4
5 class Const
6 {
7         internal const string Version = "0.1";
8         
9         public static void Main () {}
10 }