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