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