18-global_var.cminus 51 Bytes
Newer Older
lyz's avatar
lyz committed
1 2 3 4 5
int a;
int main(void) {
    a = 10;
    return a;
}