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