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