SKIP: FAILED | |
#include <metal_stdlib> | |
using namespace metal; | |
thread int2 x_200 = int2(0); | |
void main_1() { | |
} | |
fragment void tint_symbol() { | |
main_1(); | |
} | |
program_source:4:13: error: program scope variable must reside in constant address space | |
thread int2 x_200 = int2(0); | |
^ | |