static char x = -2; long main(int argc, char **argv) { int y = 38; int z = y + x; return z + x; }