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