blob: d76e0351e144a5954f9f1cab209d20c78d2e1beb [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
void f() {
int a = 0;
int b = a;
int a = 0;
int b = a;
}