[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / gtest-optional-35.cs
blobe354bd73feb1c21727964864d90b71acf6469e9a
1 using System;
2 using System.Runtime.InteropServices;
4 public static class MainClass
6 public static void Main (string[] args)
10 public delegate Int32 FooDelegate ([In, Optional] int foo);