blob: 98e1b9e229fd78a6b30fb568a26af84354ebadd3 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread float u = 1.0f;
program_source:4:14: error: program scope variable must reside in constant address space
thread float u = 1.0f;
^