[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-exmethod-23.cs
1 // Compiler options: -nostdlib -noconfig -r:mscorlib.dll -r:System.Core.dll -lib:../class/lib/net_4_x
2
3 public static class T
4 {
5         public static void A (this string v, int a)
6         {
7         }
8
9         public static void Main ()
10         {
11         }
12 }