[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0221-6.cs
blob763008045e16771a66e735e3b9580b8017fb1bbe
1 // CS0221: Constant value `NaN' cannot be converted to a `int' (use `unchecked' syntax to override)
2 // Line: 6
4 class X {
5 static void Main () {
6 System.Console.WriteLine ((int)double.NaN);