//BEGIN real region int foo() { int x = 0; // BEGIN not-region return x; // END not-region } //END real region