1// This file opens a new scope
2
3x = x;
4for (int i = 0; i < 2; ++i) {
5