using System;
public class Program
{
public static void Main()
Span<int> a = stackalloc int[int.MaxValue];
}