[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs2029.cs
1 // CS2029: Invalid conditional define symbol `a.b'
2 // Line: 0
3 // Compiler options: -warnaserror -d:a.b
4
5 class C {}