// cs0103cs: The name 'y' does not exist in the current context // Line: 8 public class C { public static void Main () { int x = y; int y = 1; } }