blob: ec0d03bb763cbd09c321e5ed4092e4aab84c04c6 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
int const A = 1;
int const _A = 2;
int const B = A;
int const _B = _A;
}