[Mono.Profiler.Log] Fix excessive byte array allocations.
[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 }