[eglib] In AIX/generic POSIX, handle null addresses better (#17892)
[mono-project.git] / mcs / tests / gtest-119.cs
blobd3cc47c45aa5c3a436277d7608ae7ef93fb592b7
1 // Compiler options: -unsafe
2 using System;
4 public class Tests {
6 unsafe public static void Main () {
7 Console.WriteLine (typeof (void).Name);
8 Console.WriteLine (typeof (void*).Name);
9 Console.WriteLine (typeof (void**).Name);