Merge pull request #1668 from alexanderkyte/bug1856
[mono.git] / mcs / tests / test-static-using-09-lib.cs
1 // Compiler options: -t:library
2
3 public static class Constants
4 {
5         public const long One = 1;
6 }