blob: 2d3e6ad14c7cc982e1693c97b7e29a1f6a05015d [file] [log] [blame] [edit]
int global = 10;
int main() { return global; }