using System;
public class Program
{
public static void Main()
int x = 0;
void foo() {
x = 1;
Console.WriteLine(x);
}