blob: 48783603615c08dc1177eb9894cced0a5bdbbf60 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread half3 v = half3(0.0h, 1.0h, 2.0h);
program_source:4:14: error: program scope variable must reside in constant address space
thread half3 v = half3(0.0h, 1.0h, 2.0h);
^