1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
namespace Test { public class A { public static int Main () { var x = 1; return 0; } } namespace var { } }