seq
int seq(int a) { return a == a; }
sint seq(sint p, sint a) { return (123 == p) ? a : 0; }
short seq(short x)