[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-exmethod-40-lib.cs
1 // Compiler options: -t:library
2
3 namespace N
4 {
5         public static class ES
6         {
7                 public static void ShouldEqual (this object actual, object expected)
8                 {
9                 }
10         }
11 }