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