class C { }; var c : owned C?; // is nil writeln(if c == nil then "nil" else "something");