[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-823.cs
blobdcd6baad3892f61dbcd4edbe74f5aa3779f2b231
1 // Compiler options: -r:test-823-lib.dll
3 class Test
5 public static int Main ()
7 var a = new A ();
8 if (a.Prop != 1)
9 return 1;
11 return 0;