C · 76 bytes Raw Blame History
1 int g_counter = 7;
2 int read_global_plus_one(void) { return g_counter + 1; }