blob: 55694ee240d40d3c536917b946a428e9f4fadcea [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread int2 v = int2(0, 1);
program_source:4:13: error: program scope variable must reside in constant address space
thread int2 v = int2(0, 1);
^