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