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