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