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