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