#include <metal_stdlib>
using namespace metal;
void f() {
int const a = 1;
int const a__ = a;
int const b = a;
int const b__ = a__;
}