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