blob: 82ff151cf4de669711b36e2dc9c3c13573d5626c [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread uint var_1 = 0u;
void main_1() {
{
while(true) {
var_1 = 1u;
break;
}
}
var_1 = 3u;
}
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;
^