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); | |
^ | |