[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[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 }