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