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