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