avoid using a custom sources file for the net_2_1_raw profile
[mcs.git] / errors / gcs0818.cs
blob607373f93b0235311c168b983837915b2dcef2ad
1 // CS0818: An implicitly typed local variable declarator must include an initializer
2 // Line: 9
5 public class Test
7 static void Main ()
9 var v;