blob: 45fa6de1538244301c6e317978e07c7ccf0cf258 [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;
^