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