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