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