blob: 80b39e4f1872cad6355c6d674c8105bbc954267e [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread uint x_2 = 0u;
void main_1() {
uint x_1 = 0u;
x_2 = x_1;
}
fragment void tint_symbol() {
main_1();
}
program_source:4:13: error: program scope variable must reside in constant address space
thread uint x_2 = 0u;
^