[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-exmethod-22-lib.cs
1 // Compiler options: -t:library
2
3 static public class A
4 {
5         public static void Foo (this int i)
6         {
7         }
8 }