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