Remove allocations from Dns.* (dotnet/corefx#41061)
[mono-project.git] / mono / tests / delegate16.cs
blobe9f1680796eeb99707c41210df0a8de6f5f6f10a
1 using System;
3 public static class Program
5 public static int Main ()
7 if (typeof(Delegate).GetMethod("Invoke") != null)
8 return 1;
10 return 0;