[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-812.cs
1
2 [type:System.Obsolete ()]
3 enum Foo
4 {
5 }
6
7 namespace N
8 {
9         class C
10         {
11                 public static void Main ()
12                 {
13                 }
14         };
15 };