blob: 07175b61b90ec691112c0d18fd6fe8e4ff278144 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread uint x_200 = 0u;
void main_1() {
if (true) {
uint const x_1 = 1u;
if (true) {
}
x_200 = 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_200 = 0u;
^