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