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