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