using System;
class Foo { }
public class Program
{
public static void Main()
int x = null; // コメントを外したらどうなるでしょう?
}