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