[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / gtest-optional-26.cs
blob9e250e77025576f8f647c8088ac174447a4139d3
1 // Compiler options: -r:gtest-optional-26-lib.dll
3 using System;
5 public class C
7 public static int Main ()
9 var res = CallerTest.Foo ();
10 if (res != 0) {
11 Console.WriteLine (res);
12 return res;
15 return 0;