sge
int sge(int a) { return a >= a; }
sint sge(sint p, sint a) { return (123 <= p) ? a : 0; }
struct sge {