[eglib] In AIX/generic POSIX, handle null addresses better (#17892)
[mono-project.git] / mcs / tests / test-367.cs
blob8b6766664e946c9cd169956908c88144114afe6c
1 //
2 // This is a test for bug #57703
3 //
4 using System;
5 using System.Reflection;
7 public interface ITest {
8 event EventHandler DocBuildingStep;
11 class X {
12 public static int Main ()
14 return typeof (ITest).GetFields (BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance).Length;