blob: a1ea545c8b8457c87dbccbf0e1cf2fbd3c5eb38d [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread half3x2 u = half3x2(half2(1.0h, 2.0h), half2(3.0h, 4.0h), half2(5.0h, 6.0h));
program_source:4:16: error: program scope variable must reside in constant address space
thread half3x2 u = half3x2(half2(1.0h, 2.0h), half2(3.0h, 4.0h), half2(5.0h, 6.0h));
^