blob: 710f436723c19019a0ee486dd66ad7ff38882a7c [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread uint2 x_200 = uint2(0u);
void main_1() {
}
fragment void tint_symbol() {
main_1();
}
program_source:4:14: error: program scope variable must reside in constant address space
thread uint2 x_200 = uint2(0u);
^