blob: f2de93ddfabac8cb7e092bca30f65e95568da7fa [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread int4 u = int4(1);
program_source:4:13: error: program scope variable must reside in constant address space
thread int4 u = int4(1);
^