blob: ed01a8f1156fe11fa14213f1ecc2855802940a40 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
int const a = 1;
int const a__ = a;
int const b = a;
int const b__ = a__;
}