Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
[mcs.git] / tests / gtest-137.cs
blob880f3e8ee285919c4ce5a070aeba3611f9b31fb2
1 using System;
3 class X
5 static void Main ()
7 int? a = 4;
8 int? b = -a;
9 Console.WriteLine (b);