blob: 9f402b1ee40eeedf007915ca55309a32397dfa4f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f(int a) {
{
int const a_1 = a;
int const b = a_1;
}
}