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