using System;
public class Program
{
const decimal a = 5;
const string b = "abc";
const Foo c = null;
public static void Main()
}
class Foo