int toto(unsigned x) { return (x < 0) ? 1 : 2; }