using System;
public class Program
{
public static void Main()
bool? b = null;
bool? c = new bool?();
}