[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-759-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly 'test-759-lib'
6 {
7 }
8
9 .module 'test-759-lib.dll'
10
11 .class public auto ansi sealed E
12        extends [mscorlib]System.Enum
13 {
14   .field private specialname rtspecialname int32 vA__
15   .field public static literal valuetype E Value = int32(0x00000000)
16 }