[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / gtest-optional-20.cs
blob5176af78ac35941cb79f86c91101af5d06d67d58
1 using System;
3 public class C
5 static void Test<T>(T value, Func<object, T> postProcessor = null)
9 public static int Main ()
11 Test ("");
12 return 0;