[2020-02] Avoid following invalid pointers in mono_w32process_get_modules on Darwin...
[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;