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