using System;
public class Program
{
static volatile int a = 5;
public static void Main()
Foo(ref a);
}
static void Foo(ref int x){