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