2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0283-2.cs
blob11098ff6a88c09cdf71604e773fa479b0c750802
1 // cs0283-2.cs: The type `S' cannot be declared const
2 // Line: 12
4 struct S
8 class C
10 public void Foo ()
12 const S s = new S();