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