blob: ed9d2148b8c6b26a12687e787b474d08487f8ca6 [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>(1)))) {
__asm__("");
switch(i) {
case 0: {
continue;
break;
}
case 1: {
continue;
break;
}
case 2: {
continue;
break;
}
default: {
break;
}
}
}
return;
}