blob: 43c9fd84dc650ffcaf036bde2b0108b69bd9546c [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
thread uint var_1 = 0u;
void main_1() {
{
while(true) {
if (false) {
} else {
break;
}
switch(42u) {
case 45u:
{
break;
}
case 40u:
{
break;
}
default:
{
break;
}
}
continue;
}
}
}
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;
^