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