#include signed short x6 = 15538; int main (void) { int rc = 0; signed int test = 0; test = ((signed int)-93*x6); if (test == -1445034) { printf("@OK@\n"); printf("%d\n",test); } else { rc = 1; printf("@NG@\n"); printf("%d\n",test); } return rc; }