blob: 2e85db7400871e2ecae83b82d2868db092c95a16 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
constant static volatile bool tint_preserve_loop = true;
kernel void tint_symbol() {
for(int i = 0; ((i < 2)) == tint_preserve_loop; i = as_type<int>((as_type<uint>(i) + as_type<uint>(1)))) {
switch(i) {
case 0: {
continue;
break;
}
default: {
break;
}
}
}
return;
}