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