[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-498-lib.cs
1 // Compiler options: -t:library
2
3 public class C<T>
4 {
5         protected int size;
6         protected internal static double ssize;
7 }