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