2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0221-6.cs
blobfe89c22270943882648630eb30d22f786185d8df
1 // cs0221-6.cs: 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);