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