blob: 2690672c8652e649aa14c9b8619ae18efe1c7cf1 [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)))) {
__asm__("");
switch(i) {
case 0: {
for(int j = 0; (j < 2); j = as_type<int>((as_type<uint>(j) + as_type<uint>(2)))) {
__asm__("");
switch(j) {
case 0: {
continue;
break;
}
case 1: {
switch(k) {
case 0: {
continue;
break;
}
default: {
break;
}
}
break;
}
default: {
break;
}
}
}
continue;
break;
}
default: {
break;
}
}
}
return;
}