blob: c10b4e8e3a0c1021b44a8b15fd27d2320cd8573b [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread float2 x_200 = float2(1.5f, 2.0f);
void main_1() {
}
fragment void tint_symbol() {
main_1();
}
program_source:4:15: error: program scope variable must reside in constant address space
thread float2 x_200 = float2(1.5f, 2.0f);
^