blob: 28528c900630e95c675dc2d87296a780f1efa56c [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread uint var_1 = 0u;
void main_1() {
var_1 = 0u;
if (false) {
} else {
var_1 = 1u;
}
var_1 = 999u;
}
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;
^