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