[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1724.cs
1 // CS1724: Value specified for the argument to `System.Runtime.InteropServices.DefaultCharSetAttribute' is not valid
2 // Line: 7
3
4 using System;
5 using System.Runtime.InteropServices;
6
7 [module: DefaultCharSet ((CharSet)30)]