#include static unsigned short x3 = 132U; int main (void) { int rc = 0; signed int test = 0; test = ((x3+x3)>=(signed long)-32021100); if(test == 1) { printf("@OK@\n"); printf("%d\n",test); } else { rc = 1; printf("@NG@\n"); printf("%d\n",test); } return rc; }