#include using namespace metal; void a() { { int a_1 = 1; int b = a_1; } int const a_2 = 1; int const b = a_2; }