blob: 5ff7f9ffff2961f89323737f8c976e696fe1da41 [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__;
}