blob: 8be9fea57de76d8f855c247b84f78332f0984256 [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;
^