blob: 29d6518307fad911ab9c56a3e3ac927b6e13de72 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
threadgroup int i;
void tint_symbol() {
i = (i + 1);
}
program_source:4:17: error: program scope variable must reside in constant address space
threadgroup int i;
^