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