Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[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 }