blob: de2c791fb430adce5db3aa6b58931cb257a5bc62 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread float2 x_200 = float2(0.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(0.0f);
^