[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0439.cs
1 // CS0439: An extern alias declaration must precede all other elements
2 // Line: 5
3
4 using A = System;
5 extern alias Hey;
6