#include unsigned long x7 = 43688LU; int main (void) { int rc = 0; unsigned long test = 0; volatile signed char x3 = -1; test = (x7%((signed int)1/x3)); if(test == 43688LU) { printf("@OK@\n"); printf("%lu\n",test); } else { rc = 1; printf("@NG@\n"); printf("%lu\n",test); } return rc; }