blob: b18e5a5d72d28dc8a2b008303d9d6d2d8f808272 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread int3 v = 0;
kernel void tint_symbol() {
}
program_source:4:13: error: program scope variable must reside in constant address space
thread int3 v = 0;
^