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