blob: 1fb355b4f3cb57625f50251dacd9e938ed9ed34e [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__;
}