blob: 467b2e5b339e22da9a7ab1a1a041622e10e7f999 [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;
}
default: {
break;
}
}
}
return;
}