using System;
public class Program
{
public unsafe static void Main()
var a = stackalloc int[10000000];
}