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