[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-365.cs
blobafd0dbfec9f82d1faef635e98eacc0a506812786
1 public enum LiteralType
3 Void,
6 class C
8 public LiteralType LiteralType
10 set
15 private LiteralType[] widenSbyte = new LiteralType[]
17 LiteralType.Void
20 public static void Main () {}