[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0246-7.cs
1 // CS0246: The type or namespace name `foo' could not be found. Are you missing an assembly reference?
2 // Line: 5
3
4 struct bar {
5         foo foo;
6 }
7