[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mono / tests / assemblyresolve_TestBase.cs
1 using System;
2
3 namespace TestBase
4 {
5   public class TestBase
6   {}
7 }