blob: b3a1fd616c5dcd8044dae9f3998a80943cd6bed4 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
int k = 0;
for(int i = 0; (i < 2); i = as_type<int>((as_type<uint>(i) + as_type<uint>(2)))) {
switch(i) {
case 0: {
for(int j = 0; (j < 2); j = as_type<int>((as_type<uint>(j) + as_type<uint>(2)))) {
switch(j) {
case 0: {
continue;
break;
}
case 1: {
switch(k) {
case 0: {
continue;
break;
}
default: {
break;
}
}
break;
}
default: {
break;
}
}
}
continue;
break;
}
default: {
break;
}
}
}
return;
}