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