sgt
int sgt(int a) { return a > a; }
sint sgt(sint p, sint a) { return (123 < p) ? a : 0; }
short sgt(char x)