cleol
[mcs.git] / errors / cs0656.cs
blob98ed42b0b10796746271b9ce3b29d31f316573b7
1 // CS0656: The compiler required member `decimal..ctor(int)' could not be found or is inaccessible
2 // Line: 9
3 // Compiler options: -nostdlib CS0656-corlib.cs
5 class C
7 static void Main ()
9 decimal d = 12M;