Another dist build fix for rx integration, move *.cs file to safe-ish path.
[mono-project.git] / mcs / tests / gtest-257.cs
blobc2cccfa25b6994c5d8d76d6b91fedbcc9276e451
1 using System;
3 public class Tests
5 public static void Main ()
7 int? dummy = null;
9 Console.WriteLine ("Hello: " + dummy);