[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1509.cs
1 // CS1509: Referenced assembly file `CS1509-module.dll' is a module. Consider using `-addmodule' option to add the module
2 // Line: 0
3 // Compiler options: -r:CS1509-module.dll
4
5 class C
6 {
7 }