blob: 3614d7c69ba3a73fc6fd8bc64fd844f90e206b09 [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;
}