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