uses u_generics11; var a: t1; begin a := new t1; assert(not (a = a)); assert(a <> a); end.