SKIP: FAILED | |
#include <metal_stdlib> | |
using namespace metal; | |
threadgroup float x_52; | |
void main_1() { | |
} | |
fragment void tint_symbol() { | |
main_1(); | |
} | |
program_source:4:19: error: program scope variable must reside in constant address space | |
threadgroup float x_52; | |
^ | |