#include int x = 15213; void update(void); int main(void) { update(); printf("x = %d\n", x); return 0; }