blob: 8fb84240c27d00f66d785363ae4bc1d41fc93445 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
int j = 0;
bool tint_continue = false;
for(int i = 0; (i < 2); i = as_type<int>((as_type<uint>(i) + as_type<uint>(2)))) {
tint_continue = false;
switch(i) {
case 0: {
switch(j) {
case 0: {
tint_continue = true;
break;
}
default: {
break;
}
}
if (tint_continue) {
break;
}
break;
}
default: {
break;
}
}
if (tint_continue) {
continue;
}
}
return;
}