Merge all static runtime libs into libmono-static.
[mono.git] / mcs / errors / CS0619-43-lib.cs
1 public class Error
2 {
3     [System.ObsoleteAttribute ("Obsolete constant", true)]
4     public const decimal C = 4;
5 }