#include <metal_stdlib>

using namespace metal;
void f() {
  {
    int a_1 = 0;
    int b = a_1;
  }
  int a_2 = 0;
  int b = a_2;
}