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