[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs1644-47.cs
blobb756cd7b60cee7ebe1215c599ca437d97f70e439
1 // CS1644: Feature `declaration expression' cannot be used because it is not part of the C# 5.0 language specification
2 // Line: 12
3 // Compiler options: -langversion:5
5 class C
7 public static void Main ()
9 int.TryParse ("0", out var v);