[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1028.cs
1 // CS1028: Unexpected processor directive (no #if for this #endif)
2 // Line: 4
3
4 #endif
5
6 class C
7 {
8 }