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