[eglib] In AIX/generic POSIX, handle null addresses better (#17892)
[mono-project.git] / mcs / tests / test-575.cs
blob1fc2f31d1126759fa573fbce64a63f390fb77b09
1 //
2 // This comes from bug 82064, sadly, Mono does not currently abort
3 // as it should on the extra value on the stack
4 //
5 using System;
6 using System.IO;
8 class Program
10 public static void Main (string [] args)
12 using (StringWriter stringWriter = new StringWriter ()) {