Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / gtest-257.cs
1 using System;
2
3 public class Tests
4 {
5         public static void Main ()
6         {
7                 int? dummy = null;
8
9                 Console.WriteLine ("Hello: " + dummy);
10         }
11 }