Merge pull request #4419 from BrzVlad/fix-oom-nre
[mono.git] / mcs / tests / test-319-lib.cs
1 // Compiler options: -t:library
2
3 public class C
4 {
5     public const decimal D = 4;
6 }