int main(void) {
    return x;
}

/* you must declare a file-scope variable before using it */
int x = 0;
