// CS0841: The variable `v' cannot be used before it is declared // Line: 9 // Compiler options: -langversion:linq public class Test { static void Main () { var v = ++v; } }