blob: b161ee61590707d05dc4269a79dd76f7200d5906 [file] [log] [blame]
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;
^