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