2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0283-2.cs
blob5101b111b3e5d755e0221f78dabd39ce84bbd706
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();