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